Skip to content

Commit 410f610

Browse files
committed
minor update
1 parent 4deb4d9 commit 410f610

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/random_partitioner.hpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,6 @@ class RandomPartitioner : public Partitioner
3131
off_t filesize;
3232
char *fin_map, *fin_ptr, *fin_end;
3333

34-
std::random_device rd;
35-
std::mt19937 gen;
36-
3734
public:
3835
RandomPartitioner(std::string basefilename);
3936
void split();

0 commit comments

Comments
 (0)