diff options
Diffstat (limited to 'llvm/include/llvm/Support/Program.h')
-rw-r--r-- | llvm/include/llvm/Support/Program.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/include/llvm/Support/Program.h b/llvm/include/llvm/Support/Program.h index 9160b7dd92b..4cf90ab7324 100644 --- a/llvm/include/llvm/Support/Program.h +++ b/llvm/include/llvm/Support/Program.h @@ -19,7 +19,6 @@ #include "llvm/Support/system_error.h" namespace llvm { -class error_code; namespace sys { /// This is the OS-specific separator for PATH like environment variables: |