diff options
Diffstat (limited to 'src/tools/pginclude')
-rwxr-xr-x | src/tools/pginclude/cpluspluscheck | 1 | ||||
-rwxr-xr-x | src/tools/pginclude/headerscheck | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/tools/pginclude/cpluspluscheck b/src/tools/pginclude/cpluspluscheck index 42688fff53a..7b547261751 100755 --- a/src/tools/pginclude/cpluspluscheck +++ b/src/tools/pginclude/cpluspluscheck @@ -63,7 +63,6 @@ do test "$f" = src/include/port/cygwin.h && continue test "$f" = src/include/port/darwin.h && continue test "$f" = src/include/port/freebsd.h && continue - test "$f" = src/include/port/hpux.h && continue test "$f" = src/include/port/linux.h && continue test "$f" = src/include/port/netbsd.h && continue test "$f" = src/include/port/openbsd.h && continue diff --git a/src/tools/pginclude/headerscheck b/src/tools/pginclude/headerscheck index f8b0674a661..225224a9bc8 100755 --- a/src/tools/pginclude/headerscheck +++ b/src/tools/pginclude/headerscheck @@ -59,7 +59,6 @@ do test "$f" = src/include/port/cygwin.h && continue test "$f" = src/include/port/darwin.h && continue test "$f" = src/include/port/freebsd.h && continue - test "$f" = src/include/port/hpux.h && continue test "$f" = src/include/port/linux.h && continue test "$f" = src/include/port/netbsd.h && continue test "$f" = src/include/port/openbsd.h && continue |