Skip to content

Commit

Permalink
removed unnecessary code
Browse files Browse the repository at this point in the history
  • Loading branch information
Krzmbrzl committed Feb 21, 2019
1 parent 37d3756 commit 1261f31
Showing 1 changed file with 0 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,17 +50,4 @@ protected void setupFunctionSupport(IEditorInput input) {
// prevent function-set-up from SQF
}

public static void main(String[] args) throws IOException {
String content = new String(Files.readAllBytes(new File(
"/home/robert/Documents/Git/SQDev/plugin//Raven.SQDev.Misc/resources/o2script/O2ScriptKeywords.txt")
.toPath()));

KeywordList list = new KeywordList();
if (!list.recreateFrom(content)) {
System.err.println("Error!");
}

System.out.println(list.getFailures());
}

}

0 comments on commit 1261f31

Please sign in to comment.