no message

This commit is contained in:
2024-04-26 19:16:38 +03:00
parent 4d629df46f
commit b17e23a93a
12 changed files with 15 additions and 29 deletions

View File

@@ -47,11 +47,6 @@ public class SPF_GetGraphFunctions extends SapforAnalysis {
}
@Override
protected void unpack(String packed) throws Exception {
// Utils.CreateTempFile("DEBUG1.txt", Utils.Brackets(packed));
// System.out.println("---");
// System.out.println(packed);
// UI.Info("+");
LinkedHashMap<String, FuncInfo> declarated_functions = new LinkedHashMap<>();
String[] splited = packed.split("\\|");
Index idx = new Index();