瀏覽代碼

* remove the remaining #ifdef __GNUG__ bits

Michael Vogt 20 年之前
父節點
當前提交
be009af27a
共有 7 個文件被更改,包括 2 次插入14 次删除
  1. 0 2
      apt-inst/dirstream.h
  2. 1 2
      apt-inst/extract.h
  3. 0 2
      apt-pkg/contrib/hashes.h
  4. 0 2
      apt-pkg/contrib/mmap.h
  5. 1 2
      apt-pkg/indexrecords.h
  6. 0 2
      ftparchive/apt-ftparchive.h
  7. 0 2
      ftparchive/writer.h

+ 0 - 2
apt-inst/dirstream.h

@@ -25,8 +25,6 @@
 #ifndef PKGLIB_DIRSTREAM_H
 #define PKGLIB_DIRSTREAM_H
 
-#ifdef __GNUG__
-#endif
 
 class pkgDirStream
 { 

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

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

@@ -13,8 +13,6 @@
 #ifndef APTPKG_HASHES_H
 #define APTPKG_HASHES_H
 
-#ifdef __GNUG__
-#endif 
 
 #include <apt-pkg/md5.h>
 #include <apt-pkg/sha1.h>

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

@@ -25,8 +25,6 @@
 #ifndef PKGLIB_MMAP_H
 #define PKGLIB_MMAP_H
 
-#ifdef __GNUG__
-#endif
 
 #include <string>
 #include <apt-pkg/fileutl.h>

+ 1 - 2
apt-pkg/indexrecords.h

@@ -5,8 +5,7 @@
 #ifndef PKGLIB_INDEXRECORDS_H
 #define PKGLIB_INDEXRECORDS_H
 
-#ifdef __GNUG__
-#endif 
+
 #include <apt-pkg/pkgcache.h>
 #include <apt-pkg/fileutl.h>
 

+ 0 - 2
ftparchive/apt-ftparchive.h

@@ -13,8 +13,6 @@
 #ifndef APT_FTPARCHIVE_H
 #define APT_FTPARCHIVE_H
 
-#ifdef __GNUG__
-#endif
 
 #include <fstream>
 

+ 0 - 2
ftparchive/writer.h

@@ -13,8 +13,6 @@
 #ifndef WRITER_H
 #define WRITER_H
 
-#ifdef __GNUG__
-#endif 
 
 #include <string>
 #include <stdio.h>