Removal of migrated or obsolute artifacts.
[yangtools.git] / integration-test / bug527-test-model / src / main / yang / baz.yang
diff --git a/integration-test/bug527-test-model/src/main/yang/baz.yang b/integration-test/bug527-test-model/src/main/yang/baz.yang
deleted file mode 100644 (file)
index 6d3da4e..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-/*
- * Copyright (c) 2013 Cisco Systems, Inc. and others.  All rights reserved.
- *
- * This program and the accompanying materials are made available under the
- * terms of the Eclipse Public License v1.0 which accompanies this distribution,
- * and is available at http://www.eclipse.org/legal/epl-v10.html
- */
-module baz {
-    yang-version 1;
-    namespace "urn:yang:baz";
-    prefix "baz";
-
-    revision "2014-03-21" {
-    }
-
-
-    grouping machine-def {
-        container machine {
-            container atts {
-            }
-        }
-    }
-
-}
-