Преглед изворни кода

* removed the remaining #ifdef __GNUG__ that are no longer required

Michael Vogt пре 20 година
родитељ
комит
ca17f35686
3 измењених фајлова са 0 додато и 7 уклоњено
  1. 0 3
      apt-inst/database.h
  2. 0 2
      apt-pkg/contrib/fileutl.h
  3. 0 2
      apt-pkg/contrib/progress.h

+ 0 - 3
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>
 

+ 0 - 2
apt-pkg/contrib/fileutl.h

@@ -21,8 +21,6 @@
 #ifndef PKGLIB_FILEUTL_H
 #define PKGLIB_FILEUTL_H
 
-#ifdef __GNUG__
-#endif 
 
 #include <string>
 

+ 0 - 2
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>