diff --git a/qcd_utils/pult/main.cpp b/qcd_utils/pult/main.cpp index 8f45b2b..4228793 100644 --- a/qcd_utils/pult/main.cpp +++ b/qcd_utils/pult/main.cpp @@ -308,7 +308,7 @@ int main(int argc, char *argv[]) { a.setAttribute(Qt::AA_UseHighDpiPixmaps, true); #endif //################################ - QHash h2; + /*QHash h2; QMap m2; PIString prefix = "1234567890"; PITimeMeasurer tm; @@ -340,7 +340,7 @@ int main(int argc, char *argv[]) { } el = tm.elapsed_m(); piCout << el; - return 0; + return 0;*/ //################################ CDPultWindow w; w.show();