summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2006-10-02 16:47:38 +0200
committerMichael Vogt <michael.vogt@ubuntu.com>2006-10-02 16:47:38 +0200
commitca17f356866363d22d3263201f22cb0c45a46623 (patch)
tree350e95175522496c2796eb30bce77398b29418bb
parentbe009af27add7c49dfbb585a4d238a72d0318be0 (diff)
* removed the remaining #ifdef __GNUG__ that are no longer required
-rw-r--r--apt-inst/database.h3
-rw-r--r--apt-pkg/contrib/fileutl.h2
-rw-r--r--apt-pkg/contrib/progress.h2
3 files changed, 0 insertions, 7 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>
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 <string>
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 <string>
#include <sys/time.h>