Skip to content

Commit 4ebc890

Browse files
committed
fix
1 parent 0353c6b commit 4ebc890

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

iotdb-core/confignode/src/main/java/org/apache/iotdb/confignode/persistence/auth/AuthorPlanExecutor.java

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -699,13 +699,6 @@ public PathPatternTree generateRawAuthorizedPTree(final String username, final P
699699
}
700700
}
701701
pPtree.constructTree();
702-
final ByteArrayOutputStream byteArrayOutputStream = new ByteArrayOutputStream();
703-
final DataOutputStream dataOutputStream = new DataOutputStream(byteArrayOutputStream);
704-
try {
705-
pPtree.serialize(dataOutputStream);
706-
} catch (final IOException e) {
707-
return null;
708-
}
709702
return pPtree;
710703
}
711704

0 commit comments

Comments
 (0)