mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-21 03:26:01 +00:00
Remove unused Beast configuration macros
This commit is contained in:
@@ -44,14 +44,6 @@
|
|||||||
#define BEAST_USE_BOOST 0
|
#define BEAST_USE_BOOST 0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef BEAST_USE_BZIP2
|
|
||||||
#define BEAST_USE_BZIP2 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifndef BEAST_USE_NATIVE_SQLITE
|
|
||||||
#define BEAST_USE_NATIVE_SQLITE 1
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifndef BEAST_USE_LEAKCHECKED
|
#ifndef BEAST_USE_LEAKCHECKED
|
||||||
#define BEAST_USE_LEAKCHECKED BEAST_CHECK_MEMORY_LEAKS
|
#define BEAST_USE_LEAKCHECKED BEAST_CHECK_MEMORY_LEAKS
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
@@ -244,14 +244,6 @@
|
|||||||
#define BEAST_USE_BOOST 0
|
#define BEAST_USE_BOOST 0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef BEAST_USE_BZIP2
|
|
||||||
#define BEAST_USE_BZIP2 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifndef BEAST_USE_NATIVE_SQLITE
|
|
||||||
#define BEAST_USE_NATIVE_SQLITE 1
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifndef BEAST_USE_LEAKCHECKED
|
#ifndef BEAST_USE_LEAKCHECKED
|
||||||
#define BEAST_USE_LEAKCHECKED BEAST_CHECK_MEMORY_LEAKS
|
#define BEAST_USE_LEAKCHECKED BEAST_CHECK_MEMORY_LEAKS
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user