summaryrefslogtreecommitdiff
path: root/apt-pkg/contrib/sha256.h
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2006-10-02 16:16:54 +0200
committerMichael Vogt <michael.vogt@ubuntu.com>2006-10-02 16:16:54 +0200
commit1350057372b095f718c0073a704f2c1960c04c81 (patch)
treea31be6b10fc2e50f3354574dec13d143b7acba0c /apt-pkg/contrib/sha256.h
parent75c541fdeda664bdf0e48e68a2aa5dae7015587c (diff)
* removed the pragma mess
Diffstat (limited to 'apt-pkg/contrib/sha256.h')
-rw-r--r--apt-pkg/contrib/sha256.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/apt-pkg/contrib/sha256.h b/apt-pkg/contrib/sha256.h
index 9e88f5ece..01b638d56 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>
#include <stdint.h>