Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(49)

Unified Diff: native_client_sdk/src/libraries/nacl_mounts/mount_mem.h

Issue 12166002: Cleanup (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: native_client_sdk/src/libraries/nacl_mounts/mount_mem.h
diff --git a/native_client_sdk/src/libraries/nacl_mounts/mount_mem.h b/native_client_sdk/src/libraries/nacl_mounts/mount_mem.h
index e3cdec9863ac66414086909af234890c71bab94c..375e94e1041e6947d11e60c95006e4d6d8307604 100644
--- a/native_client_sdk/src/libraries/nacl_mounts/mount_mem.h
+++ b/native_client_sdk/src/libraries/nacl_mounts/mount_mem.h
@@ -31,8 +31,6 @@ class MountMem : public Mount {
virtual MountNode* FindNode(const Path& path, int type = 0);
public:
- typedef std::vector<ino_t> INOList_t;
-
virtual MountNode *Open(const Path& path, int mode);
virtual int Unlink(const Path& path);
virtual int Mkdir(const Path& path, int perm);
@@ -47,7 +45,6 @@ private:
int RemoveInternal(const Path& path, int remove_type);
MountNode* root_;
- INOList_t inos_;
size_t max_ino_;
friend class Mount;
« no previous file with comments | « native_client_sdk/src/libraries/nacl_mounts/mount_http.cc ('k') | native_client_sdk/src/libraries/nacl_mounts/mount_mem.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698