Merge "Revert "Replace tabs with spaces in config yang files""
[controller.git] / opendaylight / config / threadpool-config-api / src / main / yang / threadpool.yang
index 5cc17e52ffa728ac03924708a804f055157b6ad9..8f3064822be319dfee6fd7c7061c8bee14db268f 100644 (file)
@@ -73,15 +73,4 @@ module threadpool {
                base "threadpool";
         config:java-class "org.opendaylight.controller.config.threadpool.ScheduledThreadPool";
        }
-
-
-    identity netty-threadgroup {
-        description
-            "Configuration wrapper around netty's threadgroup";
-
-        base "config:service-type";
-        config:java-class "io.netty.channel.EventLoopGroup";
-    }
-
-
 }