[clang] 4b5ca17 - Remove unused test file

Aaron Ballman via cfe-commits cfe-commits at lists.llvm.org
Wed Jul 5 12:59:31 PDT 2023


Author: Aaron Ballman
Date: 2023-07-05T15:59:22-04:00
New Revision: 4b5ca175431c559a91ffd40333a0fae9e8ac424c

URL: https://github.com/llvm/llvm-project/commit/4b5ca175431c559a91ffd40333a0fae9e8ac424c
DIFF: https://github.com/llvm/llvm-project/commit/4b5ca175431c559a91ffd40333a0fae9e8ac424c.diff

LOG: Remove unused test file

pth.h hasn't been used since we removed support for PTH in
0a6b5b653ee47234674614fecc213c1d73bb1e28

Added: 
    

Modified: 
    

Removed: 
    clang/test/PCH/pth.h


################################################################################
diff  --git a/clang/test/PCH/pth.h b/clang/test/PCH/pth.h
deleted file mode 100644
index 9ae7021a5e4af7..00000000000000
--- a/clang/test/PCH/pth.h
+++ /dev/null
@@ -1,12 +0,0 @@
-// This case came up when using PTH with Boost (<rdar://problem/8227989>).
-
-# ifndef R8227989_PREPROCESSOR_CONFIG_CONFIG_HPP
-# ifndef R8227989_PP_CONFIG_FLAGS
-# endif
-#
-# ifndef R8227989_PP_CONFIG_ERRORS
-#    ifdef NDEBUG
-#    endif
-# endif
-# endif
-


        


More information about the cfe-commits mailing list