summaryrefslogtreecommitdiff
path: root/fitz/base_hash.c
diff options
context:
space:
mode:
authorTor Andersson <tor@ghostscript.com>2010-07-09 02:47:51 +0200
committerTor Andersson <tor@ghostscript.com>2010-07-09 02:47:51 +0200
commit8d68dec4b460ac292ce0021717160a8cd9fcc8dd (patch)
tree322b0a32d97fa288fad5d0114561047bc1c4bf08 /fitz/base_hash.c
parent3a4c396334bc500de4c9b1e957f030835b5df65e (diff)
downloadmupdf-8d68dec4b460ac292ce0021717160a8cd9fcc8dd.tar.xz
Rearrange and merge some files in the fitz directory.
Diffstat (limited to 'fitz/base_hash.c')
-rw-r--r--fitz/base_hash.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/fitz/base_hash.c b/fitz/base_hash.c
index a1c46a7d..b5423eb3 100644
--- a/fitz/base_hash.c
+++ b/fitz/base_hash.c
@@ -1,8 +1,4 @@
-/* Linear probe hash table.
- * 2004 (C) Tor Andersson.
- * BSD license.
- *
- * Simple hashtable with open adressing linear probe.
+/* Simple hashtable with open adressing linear probe.
* Unlike text book examples, removing entries works
* correctly in this implementation so it wont start
* exhibiting bad behaviour if entries are inserted