aboutsummaryrefslogtreecommitdiff
path: root/bbot/utility
diff options
context:
space:
mode:
Diffstat (limited to 'bbot/utility')
-rw-r--r--bbot/utility9
1 files changed, 0 insertions, 9 deletions
diff --git a/bbot/utility b/bbot/utility
index f154a9e..7fe6bfb 100644
--- a/bbot/utility
+++ b/bbot/utility
@@ -52,15 +52,6 @@ namespace bbot
using butl::auto_rmdir;
using butl::auto_rmfile;
- // Random number generator (currently not MT-safe and limited to RAND_MAX).
- //
- size_t
- genrand ();
-
- template <typename T>
- inline T
- genrand () {return static_cast<T> (genrand ());}
-
// Process execution.
//
class tracer;