summaryrefslogtreecommitdiff
path: root/include/Hash.h
diff options
context:
space:
mode:
authorPixel <>2001-03-03 22:53:41 +0000
committerPixel <>2001-03-03 22:53:41 +0000
commitdc2ce18ea8e1686e61dce2b924e3607df69a2dcf (patch)
treef035493abaca3227da9bbae2b628afbeb990759c /include/Hash.h
parent833d20a69fe17ab846c153e35230c66a41d8fca9 (diff)
Plein de changements
Diffstat (limited to 'include/Hash.h')
-rw-r--r--include/Hash.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/include/Hash.h b/include/Hash.h
deleted file mode 100644
index a8d8c1e..0000000
--- a/include/Hash.h
+++ /dev/null
@@ -1,9 +0,0 @@
-#ifndef __HASH_H__
-#define __HASH_H__
-
-class Hash {
- private:
- void *table;
-};
-
-#endif