From d30d9e082885e16f0098a699a3b79f53fb28910b Mon Sep 17 00:00:00 2001 From: Eduardo Ramos Testillano Date: Sun, 19 Mar 2017 21:53:53 +0100 Subject: [PATCH] Fix trace --- example/diameter/launcher/SConscript | 1 - 1 file changed, 1 deletion(-) diff --git a/example/diameter/launcher/SConscript b/example/diameter/launcher/SConscript index 04ad2a5..8e1b064 100644 --- a/example/diameter/launcher/SConscript +++ b/example/diameter/launcher/SConscript @@ -16,7 +16,6 @@ modules = [ 'core', 'io', 'xml', 'app', 'http', 'comm', 'timex', 'http', 'statis for module in modules: anna_libs.append ("anna_" + module) module = module.replace("_", ".") - kk = pwd.replace (pPath, ("source/" + module + "/")) anna_libpaths.append (pwd.replace (pPath, ("source/" + module + "/"))) # dynamic lib: -- 2.20.1