From: Chris Lattner Date: Sat, 27 Apr 2002 06:57:52 +0000 (+0000) Subject: Remove old file that will never be used X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=d0cbb94cce5ba78cf59a6a5d45f64f699aab5018;p=oota-llvm.git Remove old file that will never be used git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2334 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/iUnary.h b/include/llvm/iUnary.h deleted file mode 100644 index ffe6c3f77ca..00000000000 --- a/include/llvm/iUnary.h +++ /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