]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/edsp/edspsystem.cc
Merge branch 'debian/sid' into debian/experimental
[apt.git] / apt-pkg / edsp / edspsystem.cc
index 92edb8d7715dee2745295990910bc62b588ec2c9..063517421fa13b6415f223eaae0072bb270f6a74 100644 (file)
@@ -26,8 +26,6 @@
 #include <apti18n.h>
                                                                        /*}}}*/
 
-edspSystem edspSys;
-
 // System::debSystem - Constructor                                     /*{{{*/
 edspSystem::edspSystem()
 {
@@ -126,3 +124,5 @@ bool edspSystem::FindIndex(pkgCache::PkgFileIterator File,
    return false;
 }
                                                                        /*}}}*/
+
+APT_HIDDEN edspSystem edspSys;