aboutsummaryrefslogtreecommitdiff
path: root/tools/llvmc2/Utility.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/llvmc2/Utility.h')
-rw-r--r--tools/llvmc2/Utility.h27
1 files changed, 0 insertions, 27 deletions
diff --git a/tools/llvmc2/Utility.h b/tools/llvmc2/Utility.h
deleted file mode 100644
index 3c985a49fc..0000000000
--- a/tools/llvmc2/Utility.h
+++ /dev/null
@@ -1,27 +0,0 @@
-//===--- Utility.h - The LLVM Compiler Driver -------------------*- C++ -*-===//
-//
-// The LLVM Compiler Infrastructure
-//
-// This file is distributed under the University of Illinois Open
-// Source License. See LICENSE.TXT for details.
-//
-//===----------------------------------------------------------------------===//
-//
-// Various helper and utility functions.
-//
-//===----------------------------------------------------------------------===//
-
-#ifndef LLVM_TOOLS_LLVMCC_UTILITY_H
-#define LLVM_TOOLS_LLVMCC_UTILITY_H
-
-#include <string>
-#include <vector>
-
-namespace llvmcc {
-
- int ExecuteProgram (const std::string& name,
- const std::vector<std::string>& arguments);
-
-}
-
-#endif // LLVM_TOOLS_LLVMCC_UTILITY_H