diff options
author | David Härdeman <david@hardeman.nu> | 2007-05-19 17:26:03 +0200 |
---|---|---|
committer | David Härdeman <david@hardeman.nu> | 2007-05-19 17:26:03 +0200 |
commit | a4e5b979d910384577750a4672fee44e7c468bd0 (patch) | |
tree | 133393bb4876691546a200d626653fb412987783 /metastore.h | |
parent | 5fed2f9169fdd0585cc83ff0fa8210d97da77cb2 (diff) |
Remove the need for a global variable (do_mtime)
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; |