New benchmarking without any library to better understand how the bench is executed...
[poolifier.git] / lib / util.js
diff --git a/lib/util.js b/lib/util.js
deleted file mode 100644 (file)
index f894202..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-/**
- * Contains utility functions
- * @author Alessandro Pio Ardizio
- * @since 0.0.1
- */
-
-const uuid = require('uuid/v1')
-/**
- * Return an id to be associated to a node.
- */
-module.exports.generateID = () => {
-  return uuid()
-}