Commit 4f705541 authored by Paul Crowley's avatar Paul Crowley Committed by android-build-merger
Browse files

Merge "Remove misleading comment (b/26948053)"

am: dbeebf56

Change-Id: I6e63f700ecd9cad50956cc2a1cc34b4f81b1a497
parents e9e23bf0 dbeebf56
......@@ -75,8 +75,7 @@ std::set<userid_t> s_ephemeral_users;
// Map user ids to key references
std::map<userid_t, std::string> s_de_key_raw_refs;
std::map<userid_t, std::string> s_ce_key_raw_refs;
// TODO abolish this map. Keys should not be long-lived in user memory, only kernel memory.
// See b/26948053
// TODO abolish this map, per b/26948053
std::map<userid_t, std::string> s_ce_keys;
// ext4enc:TODO get this const from somewhere good
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment