Skip to content
Snippets Groups Projects
Commit 845fa083 authored by dblouin's avatar dblouin
Browse files

Removed unused field + cleaned imports

parent b00f9f52
No related branches found
No related tags found
No related merge requests found
...@@ -47,12 +47,10 @@ ...@@ -47,12 +47,10 @@
*/ */
import java.io.File; import java.io.File;
import java.io.FileOutputStream;
import java.util.ArrayList;
import myutil.FileUtils;
import myutil.*; import myutil.TraceManager;
import ui.graph.*; import ui.graph.AUTGraph;
public class GraphShow { public class GraphShow {
...@@ -108,7 +106,7 @@ public class GraphShow { ...@@ -108,7 +106,7 @@ public class GraphShow {
public static void main(String[] args) { public static void main(String[] args) {
String[] tmp; // String[] tmp;
printCopyright(); printCopyright();
...@@ -117,7 +115,7 @@ public class GraphShow { ...@@ -117,7 +115,7 @@ public class GraphShow {
return; return;
} }
int nbOfOptions = 0; // int nbOfOptions = 0;
if (hasDebug(args)) { if (hasDebug(args)) {
TraceManager.devPolicy = TraceManager.TO_CONSOLE; TraceManager.devPolicy = TraceManager.TO_CONSOLE;
} else { } else {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment