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

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: 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..e06c8b6fc5d30ccc3705889ffa2a9dc367295eda 100644
--- a/native_client_sdk/src/libraries/nacl_mounts/mount_mem.h
+++ b/native_client_sdk/src/libraries/nacl_mounts/mount_mem.h
@@ -31,7 +31,6 @@ class MountMem : public Mount {
virtual MountNode* FindNode(const Path& path, int type = 0);
public:
- typedef std::vector<ino_t> INOList_t;
binji 2013/02/02 00:04:44 nit: extra line
noelallen1 2013/02/04 18:40:06 Done.
virtual MountNode *Open(const Path& path, int mode);
virtual int Unlink(const Path& path);
@@ -47,7 +46,6 @@ private:
int RemoveInternal(const Path& path, int remove_type);
MountNode* root_;
- INOList_t inos_;
size_t max_ino_;
friend class Mount;

Powered by Google App Engine
This is Rietveld 408576698