diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2007-06-08 23:35:53 +0200 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2007-06-08 23:35:53 +0200 |
commit | cce08fb5aca7dd01706cecea845b183dc62b1717 (patch) | |
tree | 7ac508deb46a88ad76750fbcbdd8093a9f42cc8e /apt-pkg/cdrom.cc | |
parent | ca17f356866363d22d3263201f22cb0c45a46623 (diff) |
* remove all the remaining #pragma implementation
Diffstat (limited to 'apt-pkg/cdrom.cc')
-rw-r--r-- | apt-pkg/cdrom.cc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/apt-pkg/cdrom.cc b/apt-pkg/cdrom.cc index ce1beb39b..9b0568d8f 100644 --- a/apt-pkg/cdrom.cc +++ b/apt-pkg/cdrom.cc @@ -1,9 +1,6 @@ /* */ -#ifdef __GNUG__ -#pragma implementation "apt-pkg/cdrom.h" -#endif #include<apt-pkg/init.h> #include<apt-pkg/error.h> #include<apt-pkg/cdromutl.h> |