Remove old file that will never be used
authorChris Lattner <sabre@nondot.org>
Sat, 27 Apr 2002 06:57:52 +0000 (06:57 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 27 Apr 2002 06:57:52 +0000 (06:57 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2334 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/iUnary.h [deleted file]

diff --git a/include/llvm/iUnary.h b/include/llvm/iUnary.h
deleted file mode 100644 (file)
index ffe6c3f..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-//===-- llvm/iUnary.h - Unary Operator node definitions ----------*- C++ -*--=//
-//
-// This file contains the declarations of all of the Unary Operator classes.
-//
-//===----------------------------------------------------------------------===//
-
-#ifndef LLVM_IUNARY_H
-#define LLVM_IUNARY_H
-
-#include "llvm/InstrTypes.h"
-
-//===----------------------------------------------------------------------===//
-//                 Classes to represent Unary operators
-//===----------------------------------------------------------------------===//
-//
-// All of these classes are subclasses of the UnaryOperator class...
-//
-
-#endif