diff options
Diffstat (limited to 'openmp/runtime/src/kmp_stub.cpp')
| -rw-r--r-- | openmp/runtime/src/kmp_stub.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/openmp/runtime/src/kmp_stub.cpp b/openmp/runtime/src/kmp_stub.cpp index 6f922bad384..c704e61dd01 100644 --- a/openmp/runtime/src/kmp_stub.cpp +++ b/openmp/runtime/src/kmp_stub.cpp @@ -2,7 +2,6 @@ * kmp_stub.cpp -- stub versions of user-callable OpenMP RT functions. */ - //===----------------------------------------------------------------------===// // // The LLVM Compiler Infrastructure @@ -12,7 +11,6 @@ // //===----------------------------------------------------------------------===// - #include <errno.h> #include <limits.h> #include <stdlib.h> |

