Skip to content

Commit b46496d

Browse files
authored
Remove useless code (#3695)
* [Simple packaging method]packaging method * [Remove useless code]Maybe dever forgot to delete it * [Remove useless notes]Wrong commit
1 parent 97198fa commit b46496d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

common/src/main/java/org/apache/rocketmq/common/sysflag/TopicSysFlag.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,4 @@ public static int clearUnitSubFlag(final int sysFlag) {
5959
public static boolean hasUnitSubFlag(final int sysFlag) {
6060
return (sysFlag & FLAG_UNIT_SUB) == FLAG_UNIT_SUB;
6161
}
62-
63-
public static void main(String[] args) {
64-
}
6562
}

0 commit comments

Comments
 (0)