diff options
Diffstat (limited to 'include/clang/Driver/Types.h')
| -rw-r--r-- | include/clang/Driver/Types.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/clang/Driver/Types.h b/include/clang/Driver/Types.h index 3dea471cca42e..d28ca888d302f 100644 --- a/include/clang/Driver/Types.h +++ b/include/clang/Driver/Types.h @@ -59,10 +59,6 @@ namespace types { /// isAcceptedByClang - Can clang handle this input type. bool isAcceptedByClang(ID Id); - /// isOnlyAcceptedByClang - Is clang the only compiler that can handle this - /// input type. - bool isOnlyAcceptedByClang(ID Id); - /// isCXX - Is this a "C++" input (C++ and Obj-C++ sources and headers). bool isCXX(ID Id); |
