diff options
author | Julian Andres Klode <julian.klode@canonical.com> | 2019-02-26 13:21:07 +0100 |
---|---|---|
committer | Julian Andres Klode <julian.klode@canonical.com> | 2019-02-26 16:31:20 +0100 |
commit | 29465ea9555a453ca733280955505de8bfcce935 (patch) | |
tree | d4c80eac4cdeff25390f5906b86a6f8801ca0915 /apt-pkg/contrib/fileutl.cc | |
parent | 30d563c7a7ac68a0d2c1e765a1a43687d406c0d5 (diff) |
sptr: Remove deprecated smart pointer classes
Please use the standard C++ variants instead.
Diffstat (limited to 'apt-pkg/contrib/fileutl.cc')
-rw-r--r-- | apt-pkg/contrib/fileutl.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apt-pkg/contrib/fileutl.cc b/apt-pkg/contrib/fileutl.cc index 0c0cb05ea..860739f68 100644 --- a/apt-pkg/contrib/fileutl.cc +++ b/apt-pkg/contrib/fileutl.cc @@ -25,7 +25,6 @@ #include <apt-pkg/fileutl.h> #include <apt-pkg/macros.h> #include <apt-pkg/pkgsystem.h> -#include <apt-pkg/sptr.h> #include <apt-pkg/strutl.h> #include <cstdio> |