Closed MrBitKoin closed 6 years ago
Did you also remove all dependencies from other sources?
example: net.cpp, line 1678 -
threadGroup.create_thread(boost::bind(&TraceThread<void (*)()>, "irc", &ThreadIRCSeed));
Forgot to add the file from the stage. Either way I had forgotten to comment out the #include "irc.h" so was good I had to go back and look. Thank you.
Awesome. Did you compile to check there are no other dependencies included?
Hi. I've added the code changes required for the IRC deprecation at pull request #25 Please close this pull request as it is a duplicate
-Removed the IRC source files -Updated Qt Creator project to not include irc source. -Removed command line test for -irc