Remove unused BEAST_COMPILER_CHECKS_SOCKET_OVERRIDES.

This commit is contained in:
Tom Ritchford
2014-12-01 10:56:03 -05:00
parent 1da5e090d5
commit f1eb9d4f89
2 changed files with 0 additions and 15 deletions

View File

@@ -64,17 +64,6 @@
//#define BEAST_CHECK_MEMORY_LEAKS 0
#endif
/** Config: BEAST_COMPILER_CHECKS_SOCKET_OVERRIDES
Setting this option makes Socket-derived classes generate compile errors
if they forget any of the virtual overrides As some Socket-derived classes
intentionally omit member functions that are not applicable, this macro
should only be enabled temporarily when writing your own Socket-derived
class, to make sure that the function signatures match as expected.
*/
#ifndef BEAST_COMPILER_CHECKS_SOCKET_OVERRIDES
//#define BEAST_COMPILER_CHECKS_SOCKET_OVERRIDES 1
#endif
//------------------------------------------------------------------------------
//
// Libraries