Browse Source

* remove the remaining #ifdef __GNUG__ bits

Michael Vogt 17 years ago
parent
commit
be009af27a

+ 0 - 2
apt-inst/dirstream.h

@@ -25,8 +25,6 @@
 #ifndef PKGLIB_DIRSTREAM_H
 #define PKGLIB_DIRSTREAM_H
 
-#ifdef __GNUG__
-#endif
 
 class pkgDirStream
 { 

+ 1 - 2
apt-inst/extract.h

@@ -17,8 +17,7 @@
 #ifndef PKGLIB_EXTRACT_H
 #define PKGLIB_EXTRACT_H
 
-#ifdef __GNUG__
-#endif
+
 
 #include <apt-pkg/dirstream.h>
 #include <apt-pkg/filelist.h>

+ 0 - 2
apt-pkg/contrib/hashes.h

@@ -13,8 +13,6 @@
 #ifndef APTPKG_HASHES_H
 #define APTPKG_HASHES_H
 
-#ifdef __GNUG__
-#endif 
 
 #include <apt-pkg/md5.h>
 #include <apt-pkg/sha1.h>

+ 0 - 2
apt-pkg/contrib/mmap.h

@@ -25,8 +25,6 @@
 #ifndef PKGLIB_MMAP_H
 #define PKGLIB_MMAP_H
 
-#ifdef __GNUG__
-#endif
 
 #include <string>
 #include <apt-pkg/fileutl.h>

+ 1 - 2
apt-pkg/indexrecords.h

@@ -5,8 +5,7 @@
 #ifndef PKGLIB_INDEXRECORDS_H
 #define PKGLIB_INDEXRECORDS_H
 
-#ifdef __GNUG__
-#endif 
+
 #include <apt-pkg/pkgcache.h>
 #include <apt-pkg/fileutl.h>
 

+ 0 - 2
ftparchive/apt-ftparchive.h

@@ -13,8 +13,6 @@
 #ifndef APT_FTPARCHIVE_H
 #define APT_FTPARCHIVE_H
 
-#ifdef __GNUG__
-#endif
 
 #include <fstream>
 

+ 0 - 2
ftparchive/writer.h

@@ -13,8 +13,6 @@
 #ifndef WRITER_H
 #define WRITER_H
 
-#ifdef __GNUG__
-#endif 
 
 #include <string>
 #include <stdio.h>