diff src/intervals.c @ 8761:4feb7830ba01

(interval_balance_threshold): Var deleted.
author Richard M. Stallman <rms@gnu.org>
date Thu, 15 Sep 1994 21:22:26 +0000
parents 65a058371675
children 69cdecdaebf7
line wrap: on
line diff
--- a/src/intervals.c	Thu Sep 15 20:10:12 1994 +0000
+++ b/src/intervals.c	Thu Sep 15 21:22:26 1994 +0000
@@ -52,9 +52,6 @@
 
 #define TMEM(sym, set) (CONSP (set) ? ! NILP (Fmemq (sym, set)) : ! NILP (set))
 
-/* Factor for weight-balancing interval trees.  */
-Lisp_Object interval_balance_threshold;
-
 Lisp_Object merge_properties_sticky ();
 
 /* Utility functions for intervals.  */