Remove ImportResolutionMode.SEMVER_LATEST
[yangtools.git] / parser / yang-parser-rfc7950 / src / test / java / org / opendaylight / yangtools / yang / stmt / StmtTestUtils.java
index cf334d9a430b8624dd6c4427ca313ec441d41ece..1b037d94413f7f11cb24d67d14865a6507f22f94 100644 (file)
@@ -122,21 +122,6 @@ public final class StmtTestUtils {
         return parseYangSources(config, supportedFeatures, sources);
     }
 
-    public static EffectiveModelContext parseYangSources(final Collection<File> files) throws ReactorException,
-            IOException, YangSyntaxErrorException {
-        return parseYangSources(files, YangParserConfiguration.DEFAULT);
-    }
-
-    public static EffectiveModelContext parseYangSources(final Collection<File> files,
-            final YangParserConfiguration config) throws ReactorException, IOException, YangSyntaxErrorException {
-        return parseYangSources(config, null, files.toArray(new File[0]));
-    }
-
-    public static EffectiveModelContext parseYangSources(final String yangSourcesDirectoryPath)
-            throws ReactorException, URISyntaxException, IOException, YangSyntaxErrorException {
-        return parseYangSources(yangSourcesDirectoryPath, YangParserConfiguration.DEFAULT);
-    }
-
     public static EffectiveModelContext parseYangSources(final String yangSourcesDirectoryPath,
             final YangParserConfiguration config) throws ReactorException, URISyntaxException, IOException,
             YangSyntaxErrorException {