diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2007-06-09 02:08:36 +0200 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2007-06-09 02:08:36 +0200 |
commit | 8d4b705ab0ef3a0de13a9ff9f1aa47f09112f374 (patch) | |
tree | dbb709bd869aef79f747daef87dad59efd645ef1 /apt-pkg/contrib/sha256.h | |
parent | 5e457a9336967e4851e094a84f9f94f4141ee393 (diff) | |
parent | cce08fb5aca7dd01706cecea845b183dc62b1717 (diff) |
* merged apt--no-pragma
Diffstat (limited to 'apt-pkg/contrib/sha256.h')
-rw-r--r-- | apt-pkg/contrib/sha256.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/apt-pkg/contrib/sha256.h b/apt-pkg/contrib/sha256.h index 70b3ae2ad..c490bfa4d 100644 --- a/apt-pkg/contrib/sha256.h +++ b/apt-pkg/contrib/sha256.h @@ -14,10 +14,6 @@ #ifndef APTPKG_SHA256_H #define APTPKG_SHA256_H -#ifdef __GNUG__ -#pragma interface "apt-pkg/sha256.h" -#endif - #include <string> #include <algorithm> |