* removed the remaining #ifdef __GNUG__ that are no longer required
authorMichael Vogt <michael.vogt@ubuntu.com>
Mon, 2 Oct 2006 14:47:38 +0000 (16:47 +0200)
committerMichael Vogt <michael.vogt@ubuntu.com>
Mon, 2 Oct 2006 14:47:38 +0000 (16:47 +0200)
apt-inst/database.h
apt-pkg/contrib/fileutl.h
apt-pkg/contrib/progress.h

index 854ba1f..ef45bc2 100644 (file)
@@ -21,9 +21,6 @@
 #ifndef PKGLIB_DATABASE_H
 #define PKGLIB_DATABASE_H
 
-#ifdef __GNUG__
-#endif
-
 #include <apt-pkg/filelist.h>
 #include <apt-pkg/pkgcachegen.h>
 
index fcb2693..48bd955 100644 (file)
@@ -21,8 +21,6 @@
 #ifndef PKGLIB_FILEUTL_H
 #define PKGLIB_FILEUTL_H
 
-#ifdef __GNUG__
-#endif 
 
 #include <string>
 
index 3f87f4d..7dd004f 100644 (file)
@@ -21,8 +21,6 @@
 #ifndef PKGLIB_PROGRESS_H
 #define PKGLIB_PROGRESS_H
 
-#ifdef __GNUG__
-#endif 
 
 #include <string>
 #include <sys/time.h>