summaryrefslogtreecommitdiff
path: root/apt-pkg/templates.cc
diff options
context:
space:
mode:
authorArch Librarian <arch@canonical.com>2004-09-20 16:53:33 +0000
committerArch Librarian <arch@canonical.com>2004-09-20 16:53:33 +0000
commitc9a64a4dc57e49e9a92e5e8c3e32ea9619534a58 (patch)
treed12ee4aec25d2c64cef4fdf76e42fc098b90d249 /apt-pkg/templates.cc
parentf40e3a64fbfd692a783fe4442ff0efcd5a9b3a8e (diff)
Do not count sizes of to be configured packages
Author: jgg Date: 1999-04-16 21:46:13 GMT Do not count sizes of to be configured packages
Diffstat (limited to 'apt-pkg/templates.cc')
-rw-r--r--apt-pkg/templates.cc5
1 files changed, 0 insertions, 5 deletions
diff --git a/apt-pkg/templates.cc b/apt-pkg/templates.cc
deleted file mode 100644
index 1e7d202c9..000000000
--- a/apt-pkg/templates.cc
+++ /dev/null
@@ -1,5 +0,0 @@
-/* All template instances are explicly declared here */
-
-#include <apt-pkg/sourcelist.h>
-
-template vector<pkgSourceList::Item>;