summaryrefslogtreecommitdiff
path: root/apt-pkg/indexrecords.cc
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2007-06-08 23:35:53 +0200
committerMichael Vogt <michael.vogt@ubuntu.com>2007-06-08 23:35:53 +0200
commitcce08fb5aca7dd01706cecea845b183dc62b1717 (patch)
tree7ac508deb46a88ad76750fbcbdd8093a9f42cc8e /apt-pkg/indexrecords.cc
parentca17f356866363d22d3263201f22cb0c45a46623 (diff)
* remove all the remaining #pragma implementation
Diffstat (limited to 'apt-pkg/indexrecords.cc')
-rw-r--r--apt-pkg/indexrecords.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/apt-pkg/indexrecords.cc b/apt-pkg/indexrecords.cc
index 06ed7921c..396e1591f 100644
--- a/apt-pkg/indexrecords.cc
+++ b/apt-pkg/indexrecords.cc
@@ -3,9 +3,6 @@
// $Id: indexrecords.cc,v 1.1.2.4 2003/12/30 02:11:43 mdz Exp $
/*}}}*/
// Include Files /*{{{*/
-#ifdef __GNUG__
-#pragma implementation "apt-pkg/indexrecords.h"
-#endif
#include <apt-pkg/indexrecords.h>
#include <apt-pkg/tagfile.h>
#include <apt-pkg/error.h>