Remove yang-test
[controller.git] / opendaylight / config / yang-test / src / main / java / org / opendaylight / controller / config / yang / test / impl / NetconfTestImplModuleStub.txt
diff --git a/opendaylight/config/yang-test/src/main/java/org/opendaylight/controller/config/yang/test/impl/NetconfTestImplModuleStub.txt b/opendaylight/config/yang-test/src/main/java/org/opendaylight/controller/config/yang/test/impl/NetconfTestImplModuleStub.txt
deleted file mode 100644 (file)
index 7e155e0..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-        final AutoCloseable runtime = org.opendaylight.controller.config.yang.test.util.NetconfTestImplModuleUtil.registerRuntimeBeans(this);
-        return new org.opendaylight.controller.config.yang.test.impl.CheckedAutoCloseable() {
-            @Override
-            public synchronized void close() throws Exception {
-                runtime.close();
-            }
-        };
\ No newline at end of file