From: NAKAMURA Takumi Date: Thu, 23 Jan 2014 12:55:05 +0000 (+0000) Subject: Windows/ChildTarget.inc: LLIChildTarget::allocate() has gone since r199881. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=12f6a851def3fce6ab55ea1a17740fd6845c04f7;p=oota-llvm.git 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 --- diff --git a/tools/lli/ChildTarget/Windows/ChildTarget.inc b/tools/lli/ChildTarget/Windows/ChildTarget.inc index bea0947b7ec..289f27a4703 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; -}