From e4d403f5344453477edf096905db9578a971642b Mon Sep 17 00:00:00 2001 From: Joohyun Kim Date: Mon, 26 Aug 2013 11:41:42 +0900 Subject: [PATCH] Remove white space Change-Id: Iec10134682622e863e4d761e3c65175541fa418d Signed-off-by: Joohyun Kim --- src/system-server/runtime/FSys_RuntimeInfo.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/system-server/runtime/FSys_RuntimeInfo.cpp b/src/system-server/runtime/FSys_RuntimeInfo.cpp index 0c58c60..e8b3904 100644 --- a/src/system-server/runtime/FSys_RuntimeInfo.cpp +++ b/src/system-server/runtime/FSys_RuntimeInfo.cpp @@ -79,7 +79,6 @@ _RuntimeInfo::IsMounted(const char* path) const char* table = "/etc/mtab"; struct mntent* mnt = null; - fp = setmntent(table, "r"); SysTryCatch(NID_SYS, fp != null, r = E_SYSTEM, r, "It is failed to open mount table."); -- 2.7.4