Implementation of services
[openflowplugin.git] / openflowplugin-impl / src / main / java / org / opendaylight / openflowplugin / impl / services / OpendaylightPortStatisticsServiceImpl.java
index 9065cfc5c5ecbed5e417764990f278c9e21ed3af..e173f31922fc64e7ffb1a0b18f6682bd74eaeb8b 100644 (file)
@@ -23,13 +23,6 @@ import org.opendaylight.yangtools.yang.common.RpcResult;
 // TODO: implement this
 public class OpendaylightPortStatisticsServiceImpl extends CommonService implements OpendaylightPortStatisticsService {
 
-    /**
-     * @param rpcContext
-     */
-    public OpendaylightPortStatisticsServiceImpl(final RpcContext rpcContext) {
-        super(rpcContext);
-    }
-
     /*
          * (non-Javadoc)
          *