From d9d5e1d5f7c315e28bd6599a733f9f541a39686c Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sun, 20 May 2018 17:57:17 +0200 Subject: [PATCH] Remove unused wxDEFINE_SCOPED_PTR_TYPE(wxTarHeaderBlock) wxTarHeaderBlockPtr defined by this macro was never used, so just remove it. --- src/common/tarstrm.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/common/tarstrm.cpp b/src/common/tarstrm.cpp index f080e759de..a38e3f0715 100644 --- a/src/common/tarstrm.cpp +++ b/src/common/tarstrm.cpp @@ -155,8 +155,6 @@ private: static void check(); }; -wxDEFINE_SCOPED_PTR_TYPE(wxTarHeaderBlock) - // A table giving the field names and offsets in a tar header block const wxTarField wxTarHeaderBlock::fields[] = {