Skip to content

Commit

Permalink
fix compile fe
Browse files Browse the repository at this point in the history
  • Loading branch information
yujun777 committed Jun 13, 2024
1 parent 676138d commit 938a47a
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions fe/fe-core/src/main/java/org/apache/doris/catalog/Replica.java
Original file line number Diff line number Diff line change
Expand Up @@ -255,22 +255,6 @@ public void setRowCount(long rowCount) {
this.rowCount = rowCount;
}

public long getSegmentCount() {
return segmentCount;
}

public void setSegmentCount(long segmentCount) {
this.segmentCount = segmentCount;
}

public long getRowsetCount() {
return rowsetCount;
}

public void setRowsetCount(long rowsetCount) {
this.rowsetCount = rowsetCount;
}

public long getLastFailedVersion() {
return lastFailedVersion;
}
Expand Down

0 comments on commit 938a47a

Please sign in to comment.