summaryrefslogtreecommitdiff
path: root/contrib/llvm/tools/llvm-cxxdump/llvm-cxxdump.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/llvm/tools/llvm-cxxdump/llvm-cxxdump.h')
-rw-r--r--contrib/llvm/tools/llvm-cxxdump/llvm-cxxdump.h22
1 files changed, 0 insertions, 22 deletions
diff --git a/contrib/llvm/tools/llvm-cxxdump/llvm-cxxdump.h b/contrib/llvm/tools/llvm-cxxdump/llvm-cxxdump.h
deleted file mode 100644
index 739cfe481a4b..000000000000
--- a/contrib/llvm/tools/llvm-cxxdump/llvm-cxxdump.h
+++ /dev/null
@@ -1,22 +0,0 @@
-//===-- llvm-cxxdump.h ------------------------------------------*- C++ -*-===//
-//
-// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
-// See https://llvm.org/LICENSE.txt for license information.
-// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
-//
-//===----------------------------------------------------------------------===//
-
-#ifndef LLVM_TOOLS_LLVM_CXXDUMP_LLVM_CXXDUMP_H
-#define LLVM_TOOLS_LLVM_CXXDUMP_LLVM_CXXDUMP_H
-
-#include "llvm/Support/CommandLine.h"
-#include <string>
-
-namespace opts {
-extern llvm::cl::list<std::string> InputFilenames;
-} // namespace opts
-
-#define LLVM_CXXDUMP_ENUM_ENT(ns, enum) \
- { #enum, ns::enum }
-
-#endif