diff options
author | Mike Buland <eichlan@xagasoft.com> | 2007-04-03 05:10:59 +0000 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2007-04-03 05:10:59 +0000 |
commit | 997f13ec4791adcda91cd4db41cdb5962b73d47d (patch) | |
tree | 8207c21db09f988e58684d70629d2405dc844eda /src/old/hashfunction.cpp | |
parent | c884da672645231b5ec47706c886381dab1b391a (diff) | |
download | libbu++-997f13ec4791adcda91cd4db41cdb5962b73d47d.tar.gz libbu++-997f13ec4791adcda91cd4db41cdb5962b73d47d.tar.bz2 libbu++-997f13ec4791adcda91cd4db41cdb5962b73d47d.tar.xz libbu++-997f13ec4791adcda91cd4db41cdb5962b73d47d.zip |
Just deleted a few things from old that definately have to go.
Diffstat (limited to 'src/old/hashfunction.cpp')
-rw-r--r-- | src/old/hashfunction.cpp | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/old/hashfunction.cpp b/src/old/hashfunction.cpp deleted file mode 100644 index 51f2259..0000000 --- a/src/old/hashfunction.cpp +++ /dev/null | |||
@@ -1,10 +0,0 @@ | |||
1 | #include "hashfunction.h" | ||
2 | |||
3 | HashFunction::HashFunction() | ||
4 | { | ||
5 | } | ||
6 | |||
7 | HashFunction::~HashFunction() | ||
8 | { | ||
9 | } | ||
10 | |||