diff options
| author | redfish <redfish@galactica.pw> | 2017-10-13 15:36:42 +0000 |
|---|---|---|
| committer | redfish <redfish@galactica.pw> | 2017-10-13 15:38:02 +0000 |
| commit | 6bab9efe0081e786a2d1da8a85c0a9cd62dbe442 (patch) | |
| tree | 1496aecca85c0d082ea81b9e1ec8b22e39a7279e /src/debug_utilities/object_sizes.cpp | |
| parent | b92d3f96c07bd1dfe763ab775e9aff55621f47f2 (diff) | |
| download | monzero-core-6bab9efe0081e786a2d1da8a85c0a9cd62dbe442.tar.gz monzero-core-6bab9efe0081e786a2d1da8a85c0a9cd62dbe442.tar.xz monzero-core-6bab9efe0081e786a2d1da8a85c0a9cd62dbe442.zip | |
debug utils: fix debug build: rm unused identifier
Diffstat (limited to 'src/debug_utilities/object_sizes.cpp')
| -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); |
