summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-09-30 18:19:13 +0000
committerChris Lattner <sabre@nondot.org>2003-09-30 18:19:13 +0000
commit24ef734afff322c13d76f6fab1e1a8fb07734313 (patch)
tree4c7e324bb8a40d1efc6608481225d73aa238e993 /include
parentc36e4f465c68e05d1c2a0be4cd439a52e4f9074f (diff)
downloadllvm-24ef734afff322c13d76f6fab1e1a8fb07734313.tar.gz
llvm-24ef734afff322c13d76f6fab1e1a8fb07734313.tar.bz2
llvm-24ef734afff322c13d76f6fab1e1a8fb07734313.tar.xz
Remove unused header
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8780 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/Support/Alloca.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/include/Support/Alloca.h b/include/Support/Alloca.h
deleted file mode 100644
index ea4e41c3a0..0000000000
--- a/include/Support/Alloca.h
+++ /dev/null
@@ -1,14 +0,0 @@
-//===-- include/Support/Alloca.h - Support for alloca header -----*- C++ -*--=//
-//
-// Some platforms do not have alloca.h; others do. You can include this
-// file instead of <alloca.h> and it will include <alloca.h> on the platforms
-// that require you to do so to use alloca().
-//
-//===----------------------------------------------------------------------===//
-
-#ifndef SUPPORT_ALLOCA_H
-#define SUPPORT_ALLOCA_H
-
-#include "Config/alloca.h"
-
-#endif /* SUPPORT_ALLOCA_H */