From fc2ae9ecc3e30ae3356abcf5b053202f3a0b4663 Mon Sep 17 00:00:00 2001 From: Rachael Alexanderson Date: Sat, 3 Dec 2016 02:18:29 -0500 Subject: [PATCH] Delete DelLLVMCache.cmd This file is now vestigial and no longer needed. --- tools/DelLLVMCache.cmd | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 tools/DelLLVMCache.cmd diff --git a/tools/DelLLVMCache.cmd b/tools/DelLLVMCache.cmd deleted file mode 100644 index d7c3b1525e..0000000000 --- a/tools/DelLLVMCache.cmd +++ /dev/null @@ -1,9 +0,0 @@ -@echo off -if not exist %localappdata%\zdoom\cache\llvm* goto :eof -echo QZDoom's LLVM drawers may take some time to create at startup. Because of this, -echo the program uses a cache to temporarily store bitcode for faster startups. If -echo this cache is ever corrupted, this program has been created to solve the -echo problem. -echo. -echo Are you SURE you wish to destroy the cache? -del /p %localappdata%\zdoom\cache\llvm*