From a4e5b979d910384577750a4672fee44e7c468bd0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20H=C3=A4rdeman?= Date: Sat, 19 May 2007 17:26:03 +0200 Subject: Remove the need for a global variable (do_mtime) --- metastore.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'metastore.h') diff --git a/metastore.h b/metastore.h index 62c9ff0..fc8ceb1 100644 --- a/metastore.h +++ b/metastore.h @@ -33,9 +33,6 @@ #define ACTION_APPLY 0x04 #define ACTION_HELP 0x08 -/* Used to signal whether mtimes should be corrected */ -extern int do_mtime; - /* Data structure to hold all metadata for a file */ struct metaentry { struct metaentry *next; -- cgit v1.2.1