From: Michael Vogt Date: Mon, 2 Oct 2006 14:47:38 +0000 (+0200) Subject: * removed the remaining #ifdef __GNUG__ that are no longer required X-Git-Tag: 0.7.24ubuntu1~184^2~1 X-Git-Url: https://git.saurik.com/apt.git/commitdiff_plain/ca17f356866363d22d3263201f22cb0c45a46623?ds=inline;hp=-c * removed the remaining #ifdef __GNUG__ that are no longer required --- ca17f356866363d22d3263201f22cb0c45a46623 diff --git a/apt-inst/database.h b/apt-inst/database.h index 854ba1fbb..ef45bc2d6 100644 --- a/apt-inst/database.h +++ b/apt-inst/database.h @@ -21,9 +21,6 @@ #ifndef PKGLIB_DATABASE_H #define PKGLIB_DATABASE_H -#ifdef __GNUG__ -#endif - #include #include diff --git a/apt-pkg/contrib/fileutl.h b/apt-pkg/contrib/fileutl.h index fcb26938f..48bd95537 100644 --- a/apt-pkg/contrib/fileutl.h +++ b/apt-pkg/contrib/fileutl.h @@ -21,8 +21,6 @@ #ifndef PKGLIB_FILEUTL_H #define PKGLIB_FILEUTL_H -#ifdef __GNUG__ -#endif #include diff --git a/apt-pkg/contrib/progress.h b/apt-pkg/contrib/progress.h index 3f87f4d3a..7dd004f7e 100644 --- a/apt-pkg/contrib/progress.h +++ b/apt-pkg/contrib/progress.h @@ -21,8 +21,6 @@ #ifndef PKGLIB_PROGRESS_H #define PKGLIB_PROGRESS_H -#ifdef __GNUG__ -#endif #include #include