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 /ftparchive/writer.h | |
parent | 1350057372b095f718c0073a704f2c1960c04c81 (diff) |
* remove the remaining #ifdef __GNUG__ bits
Diffstat (limited to 'ftparchive/writer.h')
-rw-r--r-- | ftparchive/writer.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ftparchive/writer.h b/ftparchive/writer.h index 7ae1cd587..a4e4356f9 100644 --- a/ftparchive/writer.h +++ b/ftparchive/writer.h @@ -13,8 +13,6 @@ #ifndef WRITER_H #define WRITER_H -#ifdef __GNUG__ -#endif #include <string> #include <stdio.h> |