From 43afcf17628cc9e5745490b158c44e134d2f81e6 Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Wed, 13 Jul 2005 05:32:52 +0000 Subject: [PATCH] (gc_cons_threshold): Remove declaration. --- src/lisp.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/lisp.h b/src/lisp.h index 5ccc4b3dc4b..de7a6b05d87 100644 --- a/src/lisp.h +++ b/src/lisp.h @@ -1878,7 +1878,6 @@ extern int consing_since_gc; /* 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. */ -- 2.39.5