diff options
author | Chris Lattner <sabre@nondot.org> | 2004-04-13 20:58:42 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2004-04-13 20:58:42 +0000 |
commit | e542c1c422350e8a025507d7f51b6201bd0969b0 (patch) | |
tree | 9319a3d8af7c33be98e9272f38038f6f0dd7916e /llvm/utils/Spiff/parse.h | |
parent | 5613bcc258676b87d13b068f9ba3b19dc695d2f5 (diff) | |
download | bcm5719-llvm-e542c1c422350e8a025507d7f51b6201bd0969b0.tar.gz bcm5719-llvm-e542c1c422350e8a025507d7f51b6201bd0969b0.zip |
Remove spiff. Though it looked good, it was not really as spiffy as it seemed
llvm-svn: 12927
Diffstat (limited to 'llvm/utils/Spiff/parse.h')
-rw-r--r-- | llvm/utils/Spiff/parse.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/llvm/utils/Spiff/parse.h b/llvm/utils/Spiff/parse.h deleted file mode 100644 index 954833bd5eb..00000000000 --- a/llvm/utils/Spiff/parse.h +++ /dev/null @@ -1,10 +0,0 @@ -/* Copyright (c) 1988 Bellcore -** All Rights Reserved -** Permission is granted to copy or use this program, EXCEPT that it -** may not be sold for profit, the copyright notice must be reproduced -** on copies, and credit should be given to Bellcore where it is due. -** BELLCORE MAKES NO WARRANTY AND ACCEPTS NO LIABILITY FOR THIS PROGRAM. -*/ - -extern void P_file_parse(); -extern void P_addalpha(); |