diff options
author | Sam Bingner <sam@bingner.com> | 2020-04-09 14:40:21 -1000 |
---|---|---|
committer | Sam Bingner <sam@bingner.com> | 2020-04-09 14:40:21 -1000 |
commit | 129877e1be3d88d6f761d619085ca39ef01b1b09 (patch) | |
tree | b443cf82799e09c2ef6aae9243c842ed956263eb | |
parent | cc8c5eb106ddcaa1519c8475b179eeb50a698910 (diff) |
We need this to be unblocked
-rw-r--r-- | apt-pkg/contrib/fileutl.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apt-pkg/contrib/fileutl.h b/apt-pkg/contrib/fileutl.h index 92861ef76..926d75a7a 100644 --- a/apt-pkg/contrib/fileutl.h +++ b/apt-pkg/contrib/fileutl.h @@ -205,7 +205,6 @@ class FileFd private: FileFdPrivate * d; - APT_HIDDEN FileFd(const FileFd &); APT_HIDDEN FileFd & operator=(const FileFd &); APT_HIDDEN bool OpenInternDescriptor(unsigned int const Mode, APT::Configuration::Compressor const &compressor); |