REmove unused header file
authorChris Lattner <sabre@nondot.org>
Tue, 14 Jan 2003 22:29:57 +0000 (22:29 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 14 Jan 2003 22:29:57 +0000 (22:29 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5275 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Transforms/Instrumentation/EmitFunctions.h [deleted file]

diff --git a/include/llvm/Transforms/Instrumentation/EmitFunctions.h b/include/llvm/Transforms/Instrumentation/EmitFunctions.h
deleted file mode 100644 (file)
index b792387..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-//===-- EmitFunctions.h - interface to insert instrumentation ----*- C++ -*--=//
-//
-// Emits function table
-//
-//===----------------------------------------------------------------------===//
-
-#ifndef LLVM_TRANSFORMS_INSTRUMENTATION_EMIT_FUNCTIONS_H
-#define LLVM_TRANSFORMS_INSTRUMENTATION_EMIT_FUNCTIONS_H
-#include "llvm/Pass.h"
-
-//  Create a new pass to add function table
-//
-Pass *createEmitFunctionTablePass();
-
-#endif
-