]> git.saurik.com Git - apt.git/commitdiff
* 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 232a39f9d2ab3c364e527d7de025360cfc60d20d..9d1af21883991045cf14e004f864967e5f53e0f6 100644 (file)
@@ -25,8 +25,6 @@
 #ifndef PKGLIB_DIRSTREAM_H
 #define PKGLIB_DIRSTREAM_H
 
-#ifdef __GNUG__
-#endif
 
 class pkgDirStream
 { 
index 713e394339064dcb89c1e8808e8fbabc12a59150..71222983cdfcb62295ab52c002e18b91c5aa6647 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 2638540547126ac14f8c655e7e9e37e69859cfb1..b09ea9f6b3af69241eca734f4fb22c9c07d4d93c 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 46a3f299039303ee9ebb196adc8b82d740f52194..19cf7582df91f19e612ae2940eef6fa6fe9bf9b2 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 73c8b4c023f439cdc1be43b9ca7941471d7dbe1e..ac0df470c57378d5ee384babb711d10d463421bd 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 60bfc540859a05e8305b09e9c04623383fa49319..240cf9ba73b87faea7d054efe0400e076ea30132 100644 (file)
@@ -13,8 +13,6 @@
 #ifndef APT_FTPARCHIVE_H
 #define APT_FTPARCHIVE_H
 
-#ifdef __GNUG__
-#endif
 
 #include <fstream>
 
index 7ae1cd58764332f93a0db3f605b9f988a63337e2..a4e4356f925febe67e72a3db83aa09b3795b1ad4 100644 (file)
@@ -13,8 +13,6 @@
 #ifndef WRITER_H
 #define WRITER_H
 
-#ifdef __GNUG__
-#endif 
 
 #include <string>
 #include <stdio.h>