diff options
Diffstat (limited to 'llvm/utils/Spiff/visual.h')
-rw-r--r-- | llvm/utils/Spiff/visual.h | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/llvm/utils/Spiff/visual.h b/llvm/utils/Spiff/visual.h deleted file mode 100644 index dfa69aeadc5..00000000000 --- a/llvm/utils/Spiff/visual.h +++ /dev/null @@ -1,17 +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. -*/ - - -#ifndef V_INCLUDED - - -extern void V_cleanup(); - -#define V_INCLUDED - -#endif |