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
This commit is contained in:
NAKAMURA Takumi 2014-01-23 12:55:05 +00:00
parent 93681fa6c6
commit 12f6a851de

View 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;
}