diff options
Diffstat (limited to 'llvm/unittests/Support/DynamicLibrary/PipSqueak.h')
-rw-r--r-- | llvm/unittests/Support/DynamicLibrary/PipSqueak.h | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/llvm/unittests/Support/DynamicLibrary/PipSqueak.h b/llvm/unittests/Support/DynamicLibrary/PipSqueak.h deleted file mode 100644 index e6a859d6071..00000000000 --- a/llvm/unittests/Support/DynamicLibrary/PipSqueak.h +++ /dev/null @@ -1,19 +0,0 @@ -//===- llvm/unittest/Support/DynamicLibrary/PipSqueak.h -------------------===// -// -// The LLVM Compiler Infrastructure -// -// This file is distributed under the University of Illinois Open Source -// License. See LICENSE.TXT for details. -// -//===----------------------------------------------------------------------===// - -#ifndef LLVM_PIPSQUEAK_H -#define LLVM_PIPSQUEAK_H - -#ifdef _WIN32 -#define PIPSQUEAK_EXPORT __declspec(dllexport) -#else -#define PIPSQUEAK_EXPORT -#endif - -#endif |