aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/bin/pgbench/exprparse.y9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/bin/pgbench/exprparse.y b/src/bin/pgbench/exprparse.y
index 8447e14d141..66288632d11 100644
--- a/src/bin/pgbench/exprparse.y
+++ b/src/bin/pgbench/exprparse.y
@@ -366,15 +366,6 @@ static const struct
{
"hash_fnv1a", PGBENCH_NARGS_HASH, PGBENCH_HASH_FNV1A
},
- {
- "hash", PGBENCH_NARGS_HASH, PGBENCH_HASH_MURMUR2
- },
- {
- "hash_murmur2", PGBENCH_NARGS_HASH, PGBENCH_HASH_MURMUR2
- },
- {
- "hash_fnv1a", PGBENCH_NARGS_HASH, PGBENCH_HASH_FNV1A
- },
/* keep as last array element */
{
NULL, 0, 0