summaryrefslogtreecommitdiffstats
path: root/vdslib/src/tests/distribution/randombucket.h
diff options
context:
space:
mode:
Diffstat (limited to 'vdslib/src/tests/distribution/randombucket.h')
-rw-r--r--vdslib/src/tests/distribution/randombucket.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/vdslib/src/tests/distribution/randombucket.h b/vdslib/src/tests/distribution/randombucket.h
deleted file mode 100644
index f559644c462..00000000000
--- a/vdslib/src/tests/distribution/randombucket.h
+++ /dev/null
@@ -1,11 +0,0 @@
-// Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
-
-#pragma once
-
-namespace RandomBucket{
-
- void setUserDocScheme(uint64_t num_users, uint64_t locationbits);
- void setDocScheme();
- uint64_t get();
- void setSeed(int seed=-1);
-}