diff options
| author | Michał Sałaban <michal@salaban.info> | 2017-10-07 19:29:30 +0200 |
|---|---|---|
| committer | Michał Sałaban <michal@salaban.info> | 2017-10-07 19:29:30 +0200 |
| commit | dc19659d166aa15ca09b6d24ab83844bbb8b71f3 (patch) | |
| tree | d94807291a5ca36de55da7cf49e8a88cc5eba52a /src/debug_utilities | |
| parent | 2183ade0c4e9cd7e923d325a97ff3ddfdc9fc941 (diff) | |
| download | monzero-core-dc19659d166aa15ca09b6d24ab83844bbb8b71f3.tar.gz monzero-core-dc19659d166aa15ca09b6d24ab83844bbb8b71f3.tar.xz monzero-core-dc19659d166aa15ca09b6d24ab83844bbb8b71f3.zip | |
Remove network_address_base which has been merged with ipv4_network_address in 8b006877
Diffstat (limited to 'src/debug_utilities')
| -rw-r--r-- | src/debug_utilities/object_sizes.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/debug_utilities/object_sizes.cpp b/src/debug_utilities/object_sizes.cpp index 47ba5cf6c..c56f97377 100644 --- a/src/debug_utilities/object_sizes.cpp +++ b/src/debug_utilities/object_sizes.cpp @@ -84,7 +84,6 @@ int main(int argc, char* argv[]) SL(cryptonote::txpool_tx_meta_t); - SL(epee::net_utils::network_address_base); SL(epee::net_utils::ipv4_network_address); SL(epee::net_utils::network_address); SL(epee::net_utils::connection_context_base); |
