aboutsummaryrefslogtreecommitdiff
path: root/icing/testing/random-string.h
diff options
context:
space:
mode:
Diffstat (limited to 'icing/testing/random-string.h')
-rw-r--r--icing/testing/random-string.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/icing/testing/random-string.h b/icing/testing/random-string.h
index fd8d87b..ac36924 100644
--- a/icing/testing/random-string.h
+++ b/icing/testing/random-string.h
@@ -15,7 +15,6 @@
#ifndef ICING_TESTING_RANDOM_STRING_H_
#define ICING_TESTING_RANDOM_STRING_H_
-#include <algorithm>
#include <random>
#include <string>
@@ -37,10 +36,6 @@ std::string RandomString(const std::string_view alphabet, size_t len,
return result;
}
-// Returns a vector containing num_terms unique terms. Terms are created in
-// non-random order starting with "a" to "z" to "aa" to "zz", etc.
-std::vector<std::string> GenerateUniqueTerms(int num_terms);
-
} // namespace lib
} // namespace icing