0
0
mirror of https://github.com/zeromq/libzmq.git synced 2024-12-27 23:51:04 +08:00

Problem: redundant empty destructor

Solution: Remove definition
This commit is contained in:
Simon Giesecke 2019-12-08 18:43:12 +01:00
parent 400107d765
commit 86d7de38ca

View File

@ -79,8 +79,6 @@ template <typename T, int ID = 0> class array_t
inline array_t () {}
inline ~array_t () {}
inline size_type size () { return _items.size (); }
inline bool empty () { return _items.empty (); }