[Common] Removed TODO.
authorPawel Andruszkiewicz <p.andruszkie@samsung.com>
Thu, 8 Oct 2015 13:39:46 +0000 (15:39 +0200)
committerHyunJin Park <hj.na.park@samsung.com>
Mon, 12 Oct 2015 00:58:03 +0000 (09:58 +0900)
[Verification] Code compiles, logic was not changed.

Change-Id: I33bc2106582a48ad1a0e85ee6e3a5c1d349c569f
Signed-off-by: Pawel Andruszkiewicz <p.andruszkie@samsung.com>
src/common/virtual_fs.h

index c79a8c06e50f52a903bf3a8b34153aee287fea01..e4b25514449199ee9adfcd6cd2cac2b63411fd57 100755 (executable)
@@ -75,8 +75,6 @@ class VirtualFs {
 
   std::vector<VirtualStorage> GetStorages() const;
 
-  // TODO: add stat method
-
   static VirtualFs& GetInstance();
 
  private: