[windows] Remove ConsoleListener, which was not actually used.

Replace it with the DebuggerLogListener.
This commit is contained in:
Shawn Hoffman
2015-03-15 22:11:18 -07:00
parent 7cda374910
commit 0a79b6d5a7
13 changed files with 78 additions and 466 deletions

View File

@ -31,7 +31,7 @@ set(SRCS BreakPoints.cpp
x64Emitter.cpp
Crypto/bn.cpp
Crypto/ec.cpp
Logging/ConsoleListener.cpp
Logging/ConsoleListenerNix.cpp
Logging/LogManager.cpp)
set(LIBS enet)