changeset 8761:4feb7830ba01

(interval_balance_threshold): Var deleted.
author Richard M. Stallman <rms@gnu.org>
date Thu, 15 Sep 1994 21:22:26 +0000
parents 14951c0ea4f8
children 644919e8d067
files src/intervals.c src/intervals.h
diffstat 2 files changed, 0 insertions(+), 5 deletions(-) [+]
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.  */
--- a/src/intervals.h	Thu Sep 15 20:10:12 1994 +0000
+++ b/src/intervals.h	Thu Sep 15 21:22:26 1994 +0000
@@ -166,8 +166,6 @@
 
 /* Declared in intervals.c */
 
-extern Lisp_Object interval_balance_threshold;
-
 extern INTERVAL create_root_interval ();
 extern void copy_properties ();
 extern int intervals_equal ();