Skip to content

Commit 4e0fa45

Browse files
committed
Remove more unused stuff
1 parent 022edf1 commit 4e0fa45

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/main/java/ldbc/snb/datagen/DatagenParams.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,6 @@ public class DatagenParams {
4646
public static final String DICTIONARY_DIRECTORY = "/dictionaries/";
4747
public static final String SPARKBENCH_DIRECTORY = "/sparkbench";
4848
public static final String IPZONE_DIRECTORY = "/ipaddrByCountries";
49-
public static final String STATS_FILE = "testdata.json";
50-
public static final String RDF_OUTPUT_FILE = "ldbc_socialnet_dbg";
5149
public static final String PERSON_COUNTS_FILE = "personFactors.txt";
5250
public static final String ACTIVITY_FILE = "activityFactors.txt";
5351

@@ -128,7 +126,7 @@ private enum ParameterNames {
128126

129127
private final String name;
130128

131-
private ParameterNames(String name) {
129+
ParameterNames(String name) {
132130
this.name = name;
133131
}
134132

0 commit comments

Comments
 (0)