changeset 64272:6d0705a69884

(gc_cons_threshold): Remove declaration.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Wed, 13 Jul 2005 05:32:52 +0000
parents 66b8e5d68b93
children ce14666827c6
files src/lisp.h
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/lisp.h	Wed Jul 13 05:31:35 2005 +0000
+++ b/src/lisp.h	Wed Jul 13 05:32:52 2005 +0000
@@ -1878,7 +1878,6 @@
 
 /* Threshold for doing another gc.  */
 
-extern EMACS_INT gc_cons_threshold;
 extern EMACS_INT gc_cons_combined_threshold;
 
 /* Structure for recording stack slots that need marking.  */