diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2006-10-02 16:19:30 +0200 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2006-10-02 16:19:30 +0200 |
commit | be009af27add7c49dfbb585a4d238a72d0318be0 (patch) | |
tree | 0bd0723c0e00efb1bd03337586319431d9bc2919 /apt-inst | |
parent | 1350057372b095f718c0073a704f2c1960c04c81 (diff) |
* remove the remaining #ifdef __GNUG__ bits
Diffstat (limited to 'apt-inst')
-rw-r--r-- | apt-inst/dirstream.h | 2 | ||||
-rw-r--r-- | apt-inst/extract.h | 3 |
2 files changed, 1 insertions, 4 deletions
diff --git a/apt-inst/dirstream.h b/apt-inst/dirstream.h index 232a39f9d..9d1af2188 100644 --- a/apt-inst/dirstream.h +++ b/apt-inst/dirstream.h @@ -25,8 +25,6 @@ #ifndef PKGLIB_DIRSTREAM_H #define PKGLIB_DIRSTREAM_H -#ifdef __GNUG__ -#endif class pkgDirStream { diff --git a/apt-inst/extract.h b/apt-inst/extract.h index 713e39433..71222983c 100644 --- a/apt-inst/extract.h +++ b/apt-inst/extract.h @@ -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> |