diff options
Diffstat (limited to 'runtime/utils.h')
| -rw-r--r-- | runtime/utils.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/runtime/utils.h b/runtime/utils.h index c3684e0bbb..3690f86a80 100644 --- a/runtime/utils.h +++ b/runtime/utils.h @@ -350,9 +350,6 @@ void ParseDouble(const std::string& option, double* parsed_value, UsageFn Usage); -template <typename T> -T GetRandomNumber(T min, T max); - } // namespace art #endif // ART_RUNTIME_UTILS_H_ |