Skip to content

Commit

Permalink
Comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
evoskuil committed Mar 24, 2024
1 parent e6928fa commit 1e043e6
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions include/bitcoin/system/define.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
#include <type_traits> // TODO: purge
#include <vector> // TODO: purge

// Pulls chains in all /system headers (except settings.hpp).
// Pulls in all /system headers (except settings.hpp).
#include <bitcoin/system/constraints.hpp>

#if defined(HAVE_MSC)
Expand Down Expand Up @@ -187,11 +187,6 @@ namespace bc = libbitcoin;
DEFAULT_COPY_MOVE(name); \
virtual ~name() = default

////#define DELETE4 DELETE_COPY_MOVE
////#define DELETE5 DELETE_COPY_MOVE_DESTRUCT
////#define DEFAULT4 DEFAULT_COPY_MOVE
////#define DEFAULT5 DEFAULT_COPY_MOVE_DESTRUCT

/// Minimums
/// ---------------------------------------------------------------------------

Expand Down

0 comments on commit 1e043e6

Please sign in to comment.