summaryrefslogtreecommitdiff
path: root/shell/source/tools/lngconvex/defs.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'shell/source/tools/lngconvex/defs.hxx')
-rw-r--r--shell/source/tools/lngconvex/defs.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/shell/source/tools/lngconvex/defs.hxx b/shell/source/tools/lngconvex/defs.hxx
index 52646b4901b6..db562e8cdb98 100644
--- a/shell/source/tools/lngconvex/defs.hxx
+++ b/shell/source/tools/lngconvex/defs.hxx
@@ -25,10 +25,8 @@
#include <memory>
typedef std::vector<std::string> StringList_t;
-typedef std::unique_ptr<StringList_t> StringListPtr_t;
typedef std::vector<int> IntegerList_t;
-typedef std::unique_ptr<IntegerList_t> IntegerListPtr_t;
#endif