aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMichał Sałaban <michal@salaban.info>2017-10-07 19:29:30 +0200
committerMichał Sałaban <michal@salaban.info>2017-10-07 19:29:30 +0200
commitdc19659d166aa15ca09b6d24ab83844bbb8b71f3 (patch)
treed94807291a5ca36de55da7cf49e8a88cc5eba52a /src
parent2183ade0c4e9cd7e923d325a97ff3ddfdc9fc941 (diff)
downloadmonzero-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')
-rw-r--r--src/debug_utilities/object_sizes.cpp1
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);