Skip to content

Commit

Permalink
Remove khash from the sources.
Browse files Browse the repository at this point in the history
Fixes #9552.
  • Loading branch information
pulkomandy committed Jan 13, 2015
1 parent bb3092b commit ace7496
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 494 deletions.
61 changes: 0 additions & 61 deletions headers/private/kernel/util/khash.h

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ SharedLibrary libuserlandfs_haiku_kernel.so
# kernel
block_cache.cpp
file_map.cpp
khash.cpp
Notifications.cpp
Referenceable.cpp

Expand Down Expand Up @@ -65,10 +64,6 @@ SEARCH on [ FGristFiles
file_map.cpp
] = [ FDirName $(HAIKU_TOP) src system kernel cache ] ;

SEARCH on [ FGristFiles
khash.cpp
] = [ FDirName $(HAIKU_TOP) src system kernel util ] ;

SEARCH on [ FGristFiles
Referenceable.cpp
] = [ FDirName $(HAIKU_TOP) src kits support ] ;
1 change: 0 additions & 1 deletion src/system/kernel/util/Jamfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ KernelMergeObject kernel_util.o :
inet_ntop.c
kernel_cpp.cpp
KernelReferenceable.cpp
khash.cpp
list.cpp
queue.cpp
ring_buffer.cpp
Expand Down
Loading

0 comments on commit ace7496

Please sign in to comment.