Wladimir J. van der Laan
d8e9a2ac74
Remove "rpc" category from GetWarnings
...
No longer used after removing safe mode.
This function can likely be simplified more, but I'll leave that
for later to make this easy to review.
2018-04-27 09:27:52 +02:00
Andrew Chow
2ae705d841
Remove Safe mode
2018-04-26 15:33:11 +02:00
Akira Takizawa
595a7bab23
Increment MIT Licence copyright header year on files modified in 2017
2018-01-03 02:26:56 +09:00
Marko Bencun
f228b8e163
remove some unused functions
...
Identified with `cppcheck --enable=unusedFunction .`.
- GetSendBufferSize()'s last use removed in
991955ee81
- SetPort()'s last use removed in
7e195e8459
- GetfLargeWorkInvalidChainFound() was introduced in
e3ba0ef956
and never used
2017-07-22 09:55:57 +02:00
practicalswift
e0d459264f
Avoid redundant redeclaration of GetWarnings(const string&)
...
std::string GetWarnings(const std::string& strFor) is declared in
warnings.h and defined in warnings.cpp.
2017-07-18 15:54:38 +02:00
Gregory Maxwell
749be013f5
Move GetWarnings() into its own file.
2016-12-03 07:17:34 +00:00