Bug 962766 - remove unused, static constructor-causing string in CallControlManagerImpl.cpp; r=jesup,abr

This commit is contained in:
Nathan Froyd 2014-01-22 16:25:48 -05:00
parent 89b7eff82a
commit 49f72cf547

View File

@ -24,9 +24,7 @@ extern "C"
}
static const char* logTag = "CallControlManager";
static std::string logDestination = "CallControl.log";
static const char logTag[] = "CallControlManager";
using namespace std;
using namespace CSFUnified;