Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit fd91311

Browse files
committed
Remove nmhash_scalar.[c,h] because they are duplicates of nmhash.[c,h]
1 parent b9c44fe commit fd91311

File tree

4 files changed

+1
-835
lines changed

4 files changed

+1
-835
lines changed

‎test/hash_functions/CMakeLists.txt‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ADDTEST(hash_functions)
77
target_sources(
88
test_hash_functions
99
PRIVATE
10-
nmhash_scalar.c
10+
nmhash.c
1111
pengyhash.c
1212
SpookyV2.cpp
1313
SpookyV2Test.cpp

‎test/hash_functions/generate_hash_arrays.cpp‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33

44
extern "C" {
55
#include "nmhash.h"
6-
#include "nmhash_scalar.h"
76
#include "pengyhash.h"
87
#include "waterhash.h"
98
int generate_all_c_hash();

‎test/hash_functions/nmhash_scalar.c‎

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /