You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by du...@apache.org on 2022/01/21 01:50:36 UTC

[rocketmq] branch develop updated: Remove useless code (#3695)

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

duhengforever pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/rocketmq.git


The following commit(s) were added to refs/heads/develop by this push:
     new b46496d  Remove useless code (#3695)
b46496d is described below

commit b46496d11b51f0454652ade3171dabcbc2b0921b
Author: Colin678 <10...@qq.com>
AuthorDate: Fri Jan 21 09:50:13 2022 +0800

    Remove useless code (#3695)
    
    * [Simple packaging method]packaging method
    
    * [Remove useless code]Maybe dever forgot to delete it
    
    * [Remove useless notes]Wrong commit
---
 .../src/main/java/org/apache/rocketmq/common/sysflag/TopicSysFlag.java | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/common/src/main/java/org/apache/rocketmq/common/sysflag/TopicSysFlag.java b/common/src/main/java/org/apache/rocketmq/common/sysflag/TopicSysFlag.java
index cc23ff1..a2bb508 100644
--- a/common/src/main/java/org/apache/rocketmq/common/sysflag/TopicSysFlag.java
+++ b/common/src/main/java/org/apache/rocketmq/common/sysflag/TopicSysFlag.java
@@ -59,7 +59,4 @@ public class TopicSysFlag {
     public static boolean hasUnitSubFlag(final int sysFlag) {
         return (sysFlag & FLAG_UNIT_SUB) == FLAG_UNIT_SUB;
     }
-
-    public static void main(String[] args) {
-    }
 }