diff options
Diffstat (limited to 'metastore.h')
-rw-r--r-- | metastore.h | 3 |
1 files changed, 0 insertions, 3 deletions
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; |