aboutsummaryrefslogtreecommitdiff
path: root/src/old/hashfunction.cpp
diff options
context:
space:
mode:
authorMike Buland <eichlan@xagasoft.com>2007-04-03 05:10:59 +0000
committerMike Buland <eichlan@xagasoft.com>2007-04-03 05:10:59 +0000
commit997f13ec4791adcda91cd4db41cdb5962b73d47d (patch)
tree8207c21db09f988e58684d70629d2405dc844eda /src/old/hashfunction.cpp
parentc884da672645231b5ec47706c886381dab1b391a (diff)
downloadlibbu++-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 '')
-rw-r--r--src/old/hashfunction.cpp10
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
3HashFunction::HashFunction()
4{
5}
6
7HashFunction::~HashFunction()
8{
9}
10