Windows/ChildTarget.inc: LLIChildTarget::allocate() has gone since r199881.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Thu, 23 Jan 2014 12:55:05 +0000 (12:55 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Thu, 23 Jan 2014 12:55:05 +0000 (12:55 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@199889 91177308-0d34-0410-b5e6-96231b3b80d8

tools/lli/ChildTarget/Windows/ChildTarget.inc

index bea0947b7ec71e66274c893cc58ba70817c276b0..289f27a4703474cff40c018d1381c3725e3aa432 100644 (file)
@@ -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;
-}