diff options
author | Michael Catanzaro <mcatanzaro@igalia.com> | 2017-09-13 09:43:40 -0500 |
---|---|---|
committer | Michael Catanzaro <mcatanzaro@igalia.com> | 2017-09-13 09:43:40 -0500 |
commit | d77ba5191af09bfabcecfa541b13a4268ccbece5 (patch) | |
tree | 5157815c841d365741613281fc1d9ca7d1ab0dd9 /TODO | |
parent | 4436c462de2c42f4b95e8b7ae305b57238bc16a6 (diff) | |
download | epiphany-d77ba5191af09bfabcecfa541b13a4268ccbece5.tar.gz |
Purge unnecessary use of g_str_equal
This function is intended for use in hash tables.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -12,4 +12,3 @@ Some TODO items, in no particular order: - We practically don't test any part of Epiphany, change that (how do you test UI code? There's like 3 or 4 frameworks for this, pick one? What does Chrome do?) -- g_str_equal -> g_strcmp0 or strcmp except in hash maps |