Skip to content

Commit

Permalink
Remove old khash code
Browse files Browse the repository at this point in the history
No longer used after full removal of dyo from link. hashmap.c could
probably still use some profiling or switching to something awesome-r,
but no need to keep this one around for now anyway. (bug #2)
  • Loading branch information
sgraham committed Oct 19, 2023
1 parent ced7c92 commit 2269e4b
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 688 deletions.
2 changes: 0 additions & 2 deletions src/build_amalg.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@ def include_file(f, src):
for line in i.readlines():
if line.startswith('#include "dyibicc.h"'):
continue
if line.startswith('#include "khash.h"'):
continue
if line.startswith('#include "dynasm/dasm_proto.h"'):
continue
if line.startswith('#include "dynasm/dasm_x86.h"'):
Expand Down
1 change: 0 additions & 1 deletion src/gen.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,6 @@ def generate(platform, config, settings, cmdlines, tests, upd_tests, fuzz_tests)
EXTRAS_FOR_AMALG = [
'$root/dyibicc.h',
'$root/../include/all/reflect.h',
'$root/khash.h',
'$root/dynasm/dasm_proto.h',
'$root/dynasm/dasm_x86.h',
]
Expand Down
Loading

0 comments on commit 2269e4b

Please sign in to comment.