]> git.saurik.com Git - apt.git/commitdiff
* 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 854ba1fbb1ac7757d0688768783e2b9fd0ce2565..ef45bc2d6a1b41b6b6d895b1d59400aeba82437a 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 fcb26938fe468d4ce190b23522f7f17662c33b34..48bd95537b182e4f2e97fc2dfe9dac7a96d978b6 100644 (file)
@@ -21,8 +21,6 @@
 #ifndef PKGLIB_FILEUTL_H
 #define PKGLIB_FILEUTL_H
 
-#ifdef __GNUG__
-#endif 
 
 #include <string>
 
index 3f87f4d3a4b9e6e1a9ff663f9fd69b960298c348..7dd004f7e6fa2a3e305fae960968ea4877573600 100644 (file)
@@ -21,8 +21,6 @@
 #ifndef PKGLIB_PROGRESS_H
 #define PKGLIB_PROGRESS_H
 
-#ifdef __GNUG__
-#endif 
 
 #include <string>
 #include <sys/time.h>