Index: tools/pnacl-llc/ThreadedStreamingCache.h |
diff --git a/tools/pnacl-llc/ThreadedStreamingCache.h b/tools/pnacl-llc/ThreadedStreamingCache.h |
index b9fca129c677c76c48a80dc8f84560f3c7043243..7f1e71fe0ae4c69a02b03ae231d79d0b24f9a67f 100644 |
--- a/tools/pnacl-llc/ThreadedStreamingCache.h |
+++ b/tools/pnacl-llc/ThreadedStreamingCache.h |
@@ -29,8 +29,7 @@ class ThreadedStreamingCache : public llvm::StreamableMemoryObject { |
virtual int readByte(uint64_t address, uint8_t* ptr) const LLVM_OVERRIDE; |
virtual int readBytes(uint64_t address, |
uint64_t size, |
- uint8_t* buf, |
- uint64_t* copied) const LLVM_OVERRIDE; |
+ uint8_t* buf) const LLVM_OVERRIDE; |
virtual const uint8_t *getPointer(uint64_t address, |
uint64_t size) const LLVM_OVERRIDE { |
// This could be fixed by ensuring the bytes are fetched and making a copy, |