diff --git a/scc b/scc index 9470641..03567fb 160000 --- a/scc +++ b/scc @@ -1 +1 @@ -Subproject commit 947064144c35540bb9ff3c782e057d66b11fa74d +Subproject commit 03567fbece049e8c0490d62cef055b106da41977 diff --git a/src/sc_main.cpp b/src/sc_main.cpp index 179d0f6..4830914 100644 --- a/src/sc_main.cpp +++ b/src/sc_main.cpp @@ -91,11 +91,6 @@ int sc_main(int argc, char* argv[]) { /////////////////////////////////////////////////////////////////////////// auto i_system = scc::make_unique("tb"); /////////////////////////////////////////////////////////////////////////// - // add non-implemented 'enableTracing' properties - /////////////////////////////////////////////////////////////////////////// - if(tracer) - tracer->add_control(); - /////////////////////////////////////////////////////////////////////////// // dump configuration if requested and/or structure /////////////////////////////////////////////////////////////////////////// if(parser.get("dump-config").size() > 0) {