diff options
Diffstat (limited to 'llvm/tools/llvm-cvtres/llvm-cvtres.h')
-rw-r--r-- | llvm/tools/llvm-cvtres/llvm-cvtres.h | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/llvm/tools/llvm-cvtres/llvm-cvtres.h b/llvm/tools/llvm-cvtres/llvm-cvtres.h deleted file mode 100644 index f7b14faeebe..00000000000 --- a/llvm/tools/llvm-cvtres/llvm-cvtres.h +++ /dev/null @@ -1,17 +0,0 @@ -//===- llvm-cvtres.h ------------------------------------------ *- C++ --*-===// -// -// The LLVM Compiler Infrastructure -// -// This file is distributed under the University of Illinois Open Source -// License. See LICENSE.TXT for details. -// -//===----------------------------------------------------------------------===// - -#ifndef LLVM_TOOLS_LLVMCVTRES_LLVMCVTRES_H -#define LLVM_TOOLS_LLVMCVTRES_LLVMCVTRES_H - -#include <system_error> - -void error(std::error_code EC); - -#endif |