diff options
author | epoger@google.com <epoger@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2013-05-08 14:49:50 +0000 |
---|---|---|
committer | epoger@google.com <epoger@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2013-05-08 14:49:50 +0000 |
commit | aaf7343e16c4bf9f9c6f07968689669fe6ba71d7 (patch) | |
tree | b1de9d98fbedfe025db75eeab526f31eb6a680c6 /gm | |
parent | 0a01f5a2c44f3d6a7fa2d3c837f46894d9b29e5d (diff) |
Remove third-party cityhash, unused since r8992
R=djsollen@google.com
Review URL: https://codereview.chromium.org/15027013
git-svn-id: http://skia.googlecode.com/svn/trunk@9059 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'gm')
-rw-r--r-- | gm/gm_expectations.cpp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/gm/gm_expectations.cpp b/gm/gm_expectations.cpp index 16e655ed43..72fb0e6a8d 100644 --- a/gm/gm_expectations.cpp +++ b/gm/gm_expectations.cpp @@ -16,18 +16,10 @@ const static char kJsonKey_ActualResults_Failed[] = "failed"; const static char kJsonKey_ActualResults_FailureIgnored[]= "failure-ignored"; const static char kJsonKey_ActualResults_NoComparison[] = "no-comparison"; const static char kJsonKey_ActualResults_Succeeded[] = "succeeded"; -#ifdef BITMAPHASHER_USES_TRUNCATED_MD5 const static char kJsonKey_ActualResults_AnyStatus_BitmapHash[] = "bitmap-64bitMD5"; -#else -const static char kJsonKey_ActualResults_AnyStatus_BitmapHash[] = "bitmap-cityhash"; -#endif const static char kJsonKey_ExpectedResults[] = "expected-results"; -#ifdef BITMAPHASHER_USES_TRUNCATED_MD5 const static char kJsonKey_ExpectedResults_AllowedBitmapHashes[] = "allowed-bitmap-64bitMD5s"; -#else -const static char kJsonKey_ExpectedResults_AllowedBitmapHashes[] = "allowed-bitmap-cityhashes"; -#endif const static char kJsonKey_ExpectedResults_IgnoreFailure[] = "ignore-failure"; namespace skiagm { |