summaryrefslogtreecommitdiff
path: root/apt-pkg/pkgcachegen.h
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2015-08-11 11:49:21 +0200
committerJulian Andres Klode <jak@debian.org>2015-08-11 13:59:15 +0200
commit350d30d24fee9a1aa5fedc7a30e7416999653417 (patch)
treeddcde8552d14e2edbcd179a9b12d678e1e2aadb0 /apt-pkg/pkgcachegen.h
parentf4c63831e6b0306b03b88527ac2ed165c31cb94c (diff)
Drop C++11 elements from headers
Diffstat (limited to 'apt-pkg/pkgcachegen.h')
-rw-r--r--apt-pkg/pkgcachegen.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/apt-pkg/pkgcachegen.h b/apt-pkg/pkgcachegen.h
index 97b91ba9f..46fccdaa5 100644
--- a/apt-pkg/pkgcachegen.h
+++ b/apt-pkg/pkgcachegen.h
@@ -135,7 +135,6 @@ class APT_HIDDEN pkgCacheListParser
{
pkgCacheGenerator *Owner;
friend class pkgCacheGenerator;
- template<class T> using Dynamic = pkgCacheGenerator::Dynamic<T>;
// Some cache items
pkgCache::VerIterator OldDepVer;