From da32c729a8e4c8fdfd1a30d4dcd2955d1366f22c Mon Sep 17 00:00:00 2001 From: rdivacky Date: Thu, 10 Jun 2010 19:59:23 +0000 Subject: Remove Xcode cmake win32 projects unittests from LLVM and clang.xcodeproj INPUTS win32 from clang. Requested by: jkim Approved by: ed (mentor) --- contrib/llvm/projects/sample/include/sample.h | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 contrib/llvm/projects/sample/include/sample.h (limited to 'contrib/llvm/projects/sample/include/sample.h') diff --git a/contrib/llvm/projects/sample/include/sample.h b/contrib/llvm/projects/sample/include/sample.h deleted file mode 100644 index b3ce9ce..0000000 --- a/contrib/llvm/projects/sample/include/sample.h +++ /dev/null @@ -1,8 +0,0 @@ -/* - * File: sample.h - * - * This is a sample header file that is global to the entire project. - * It is located here so that everyone will find it. - */ -extern int compute_sample (int a); - -- cgit v1.1