Index: native_client_sdk/src/libraries/nacl_io/passthroughfs/passthrough_fs.h |
diff --git a/native_client_sdk/src/libraries/nacl_io/passthroughfs/passthrough_fs.h b/native_client_sdk/src/libraries/nacl_io/passthroughfs/passthrough_fs.h |
index a26ca7118db4a698188fc49f421ae0e660e811bd..baad6cd241ff2f7afe1e72a515593d819934085b 100644 |
--- a/native_client_sdk/src/libraries/nacl_io/passthroughfs/passthrough_fs.h |
+++ b/native_client_sdk/src/libraries/nacl_io/passthroughfs/passthrough_fs.h |
@@ -18,7 +18,6 @@ class PassthroughFs : public Filesystem { |
virtual void Destroy(); |
public: |
- virtual Error Access(const Path& path, int a_mode); |
virtual Error Open(const Path& path, int mode, ScopedNode* out_node); |
virtual Error OpenResource(const Path& path, ScopedNode* out_node); |
virtual Error Unlink(const Path& path); |