summaryrefslogtreecommitdiff
path: root/rts/Hash.h
diff options
context:
space:
mode:
Diffstat (limited to 'rts/Hash.h')
-rw-r--r--rts/Hash.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/rts/Hash.h b/rts/Hash.h
index 167000c336..d22caba555 100644
--- a/rts/Hash.h
+++ b/rts/Hash.h
@@ -52,11 +52,3 @@ void exitHashTable ( void );
#include "EndPrivate.h"
#endif /* HASH_H */
-
-// Local Variables:
-// mode: C
-// fill-column: 80
-// indent-tabs-mode: nil
-// c-basic-offset: 4
-// buffer-file-coding-system: utf-8-unix
-// End: