| Index: native_client_sdk/src/libraries/nacl_io/httpfs/http_fs.h
|
| diff --git a/native_client_sdk/src/libraries/nacl_io/httpfs/http_fs.h b/native_client_sdk/src/libraries/nacl_io/httpfs/http_fs.h
|
| index 3c439272183d050770f7dd5c238032ffd22fb118..5f17fe660dad4c3412c700032bf2715cbba9850f 100644
|
| --- a/native_client_sdk/src/libraries/nacl_io/httpfs/http_fs.h
|
| +++ b/native_client_sdk/src/libraries/nacl_io/httpfs/http_fs.h
|
| @@ -18,7 +18,6 @@ class HttpFs : public Filesystem {
|
| public:
|
| typedef std::map<std::string, ScopedNode> NodeMap_t;
|
|
|
| - virtual Error Access(const Path& path, int a_mode);
|
| virtual Error Open(const Path& path, int mode, ScopedNode* out_node);
|
| virtual Error Unlink(const Path& path);
|
| virtual Error Mkdir(const Path& path, int permissions);
|
|
|