diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2006-10-02 16:47:38 +0200 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2006-10-02 16:47:38 +0200 |
commit | ca17f356866363d22d3263201f22cb0c45a46623 (patch) | |
tree | 350e95175522496c2796eb30bce77398b29418bb /apt-inst | |
parent | be009af27add7c49dfbb585a4d238a72d0318be0 (diff) |
* removed the remaining #ifdef __GNUG__ that are no longer required
Diffstat (limited to 'apt-inst')
-rw-r--r-- | apt-inst/database.h | 3 |
1 files changed, 0 insertions, 3 deletions
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 <apt-pkg/filelist.h> #include <apt-pkg/pkgcachegen.h> |