Skip to content

Commit 2aec9b5

Browse files
nicoCommit Bot
authored andcommitted
Remove pmurhash target.
The code causes a new compile warning, and it's unused. So stop building it. (See also aappleby/smhasher#81 failing to get traction.) Bug: 1054220,1058381 Change-Id: I68758e94cd2728df70e78c60e9be0bb4006a847a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2103719 Auto-Submit: Nico Weber <[email protected]> Commit-Queue: Daniel Cheng <[email protected]> Reviewed-by: Daniel Cheng <[email protected]> Cr-Commit-Position: refs/heads/master@{#750421}
1 parent bdc82e5 commit 2aec9b5

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

BUILD.gn

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,6 @@ group("gn_all") {
231231
"//media/cast:cast_unittests",
232232
"//third_party/angle/src/tests:angle_white_box_tests",
233233
"//third_party/catapult/telemetry:bitmaptools($host_toolchain)",
234-
"//third_party/smhasher:pmurhash",
235234
]
236235
} else if (is_ios) {
237236
deps += [

third_party/smhasher/BUILD.gn

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,3 @@ static_library("murmurhash3") {
1919
configs -= [ "//build/config/compiler:chromium_code" ]
2020
configs += [ "//build/config/compiler:no_chromium_code" ]
2121
}
22-
23-
static_library("pmurhash") {
24-
sources = [
25-
"src/PMurHash.c",
26-
"src/PMurHash.h",
27-
]
28-
configs -= [ "//build/config/compiler:chromium_code" ]
29-
configs += [ "//build/config/compiler:no_chromium_code" ]
30-
}

0 commit comments

Comments
 (0)