Skip to content

Commit 6d7b793

Browse files
committed
Removed old comment
1 parent 271fad2 commit 6d7b793

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wsjcpp_core.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
#include <sys/types.h>
2020
#include <sys/socket.h>
2121
#include <arpa/inet.h>
22+
#include <random>
2223

2324
// ---------------------------------------------------------------------
2425
// WsjcppCore
@@ -511,7 +512,6 @@ std::string WsjcppCore::createUuid() {
511512
sRet[i] = sAlphabet[std::rand() % sAlphabet.length()];
512513
}
513514
}
514-
// Fallen::initRandom();
515515
return sRet;
516516
}
517517

0 commit comments

Comments
 (0)