From 0fcdf379171ad1a0aea3e7e1828324a8255f867c Mon Sep 17 00:00:00 2001 From: Lioncash Date: Mon, 20 Aug 2018 18:55:12 -0400 Subject: acc: Remove unused DEFAULT_USER_ID This is no longer used, so it can be removed. --- src/core/hle/service/acc/acc.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/core') diff --git a/src/core/hle/service/acc/acc.cpp b/src/core/hle/service/acc/acc.cpp index 979f2f892..f2dd38a73 100644 --- a/src/core/hle/service/acc/acc.cpp +++ b/src/core/hle/service/acc/acc.cpp @@ -27,9 +27,6 @@ struct UserData { }; static_assert(sizeof(UserData) == 0x80, "UserData structure has incorrect size"); -// TODO(ogniK): Generate a real user id based on username, md5(username) maybe? -static UUID DEFAULT_USER_ID{1ull, 0ull}; - class IProfile final : public ServiceFramework { public: explicit IProfile(UUID user_id, ProfileManager& profile_manager) -- cgit v1.2.3