diff src/filelock.c @ 298:70ad99077275 r21-0b47

Import from CVS: tag r21-0b47
author cvs
date Mon, 13 Aug 2007 10:39:40 +0200
parents c5d627a313b1
children 6240c7796c7a
line wrap: on
line diff
--- a/src/filelock.c	Mon Aug 13 10:38:47 2007 +0200
+++ b/src/filelock.c	Mon Aug 13 10:39:40 2007 +0200
@@ -40,7 +40,7 @@
 
 /* The name of the directory in which we keep lock files, with a '/'
    appended.  */
-Lisp_Object Vlock_directory, Vconfigure_lock_directory;
+Lisp_Object Vlock_directory;
 
 #if 0 /* FSFmacs */
 /* Look in startup.el */
@@ -533,16 +533,6 @@
 void
 complex_vars_of_filelock (void)
 {
-  DEFVAR_LISP ("configure-lock-directory", &Vconfigure_lock_directory /*
-For internal use by the build procedure only.
-configure's idea of what LOCK-DIRECTORY will be.
-*/ );
-#ifdef PATH_LOCK
-  Vconfigure_lock_directory =
-    Ffile_name_as_directory (build_string (PATH_LOCK));
-#else
-  Vconfigure_lock_directory = Qnil;
-#endif
   DEFVAR_LISP ("configure-superlock-file", &Vconfigure_superlock_file /*
 For internal use by the build procedure only.
 configure's idea of what SUPERLOCK-FILE will be.