* remove the remaining #ifdef __GNUG__ bits
authorMichael Vogt <michael.vogt@ubuntu.com>
Mon, 2 Oct 2006 14:19:30 +0000 (16:19 +0200)
committerMichael Vogt <michael.vogt@ubuntu.com>
Mon, 2 Oct 2006 14:19:30 +0000 (16:19 +0200)
apt-inst/dirstream.h
apt-inst/extract.h
apt-pkg/contrib/hashes.h
apt-pkg/contrib/mmap.h
apt-pkg/indexrecords.h
ftparchive/apt-ftparchive.h
ftparchive/writer.h

index 232a39f..9d1af21 100644 (file)
@@ -25,8 +25,6 @@
 #ifndef PKGLIB_DIRSTREAM_H
 #define PKGLIB_DIRSTREAM_H
 
-#ifdef __GNUG__
-#endif
 
 class pkgDirStream
 { 
index 713e394..7122298 100644 (file)
@@ -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>
index 2638540..b09ea9f 100644 (file)
@@ -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>
index 46a3f29..19cf758 100644 (file)
@@ -25,8 +25,6 @@
 #ifndef PKGLIB_MMAP_H
 #define PKGLIB_MMAP_H
 
-#ifdef __GNUG__
-#endif
 
 #include <string>
 #include <apt-pkg/fileutl.h>
index 73c8b4c..ac0df47 100644 (file)
@@ -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>
 
index 60bfc54..240cf9b 100644 (file)
@@ -13,8 +13,6 @@
 #ifndef APT_FTPARCHIVE_H
 #define APT_FTPARCHIVE_H
 
-#ifdef __GNUG__
-#endif
 
 #include <fstream>
 
index 7ae1cd5..a4e4356 100644 (file)
@@ -13,8 +13,6 @@
 #ifndef WRITER_H
 #define WRITER_H
 
-#ifdef __GNUG__
-#endif 
 
 #include <string>
 #include <stdio.h>