Skip to content

Commit 0a76163

Browse files
committed
Remove unused method
1 parent 3753272 commit 0a76163

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/main/java/ldbc/snb/datagen/objects/Person.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -159,10 +159,6 @@ public boolean isLargePoster() {
159159
return isLargePoster_;
160160
}
161161

162-
public void isLargePoster(boolean largePoster) {
163-
isLargePoster_ = largePoster;
164-
}
165-
166162
public void readFields(DataInput arg0) throws IOException {
167163
accountId_ = arg0.readLong();
168164
creationDate_ = arg0.readLong();

0 commit comments

Comments
 (0)