Move GetLightUserList() to user_util.h
[platform/core/appfw/app-installers.git] / src / common / utils / file_util.h
index 983e685..45e943c 100644 (file)
@@ -98,8 +98,6 @@ bool IsSubDir(const boost::filesystem::path& path,
 boost::filesystem::path RelativePath(const boost::filesystem::path& from,
                                      const boost::filesystem::path& to);
 
-std::vector<std::string> GetLightUserList(uid_t uid);
-
 }  // namespace common_installer
 
 #endif  // COMMON_UTILS_FILE_UTIL_H_