summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2014-01-23 12:55:05 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2014-01-23 12:55:05 +0000
commit12f6a851def3fce6ab55ea1a17740fd6845c04f7 (patch)
tree551b31b9f0edc3c2cc59dfe7b2c8513ab659feaf
parent93681fa6c6c63f00090ae543b19c98c64e4e0c0a (diff)
downloadllvm-12f6a851def3fce6ab55ea1a17740fd6845c04f7.tar.gz
llvm-12f6a851def3fce6ab55ea1a17740fd6845c04f7.tar.bz2
llvm-12f6a851def3fce6ab55ea1a17740fd6845c04f7.tar.xz
Windows/ChildTarget.inc: LLIChildTarget::allocate() has gone since r199881.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@199889 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--tools/lli/ChildTarget/Windows/ChildTarget.inc4
1 files changed, 0 insertions, 4 deletions
diff --git a/tools/lli/ChildTarget/Windows/ChildTarget.inc b/tools/lli/ChildTarget/Windows/ChildTarget.inc
index bea0947b7e..289f27a470 100644
--- a/tools/lli/ChildTarget/Windows/ChildTarget.inc
+++ b/tools/lli/ChildTarget/Windows/ChildTarget.inc
@@ -28,7 +28,3 @@ int LLIChildTarget::WriteBytes(const void *Data, size_t Size) {
int LLIChildTarget::ReadBytes(void *Data, size_t Size) {
return 0;
}
-
-uint64_t LLIChildTarget::allocate(uint32_t Alignment, uint32_t Size) {
- return 0;
-}