This is an automated email from the ASF dual-hosted git repository.

caogaofei pushed a commit to branch beyyes/add_more_metrics
in repository https://gitbox.apache.org/repos/asf/iotdb.git


The following commit(s) were added to refs/heads/beyyes/add_more_metrics by 
this push:
     new 9dcb1082628 remove useless code
9dcb1082628 is described below

commit 9dcb108262899b61421ee69a21ec3166acb043c5
Author: Beyyes <[email protected]>
AuthorDate: Fri Mar 15 17:27:53 2024 +0800

    remove useless code
---
 .../main/java/org/apache/iotdb/tsfile/read/common/block/TsBlock.java  | 4 ----
 1 file changed, 4 deletions(-)

diff --git 
a/iotdb-core/tsfile/src/main/java/org/apache/iotdb/tsfile/read/common/block/TsBlock.java
 
b/iotdb-core/tsfile/src/main/java/org/apache/iotdb/tsfile/read/common/block/TsBlock.java
index 54eb7eeb2aa..39233628159 100644
--- 
a/iotdb-core/tsfile/src/main/java/org/apache/iotdb/tsfile/read/common/block/TsBlock.java
+++ 
b/iotdb-core/tsfile/src/main/java/org/apache/iotdb/tsfile/read/common/block/TsBlock.java
@@ -377,10 +377,6 @@ public class TsBlock {
       this.rowIndex = rowIndex;
     }
 
-    public long getRes() {
-      return getRetainedSizeInBytes();
-    }
-
     @Override
     public boolean hasNext() {
       return rowIndex < positionCount;

Reply via email to