GNOME Bugzilla – Bug 727183
Clean-up of 'gdm_string_hex_encode()'
Last modified: 2014-04-07 14:05:59 UTC
This implementation has a number of advantages compared to the previous one: It's shorter, it's clearer, and it doesn't allocate memory.
Created attachment 273108 [details] [review] Clean-up of 'gdm_string_hex_encode()'
I'm not sure where this function is even used: a 'grep -rI gdm_string_hex_decode' in the source directory of jhbuild only turns up the testing code for this. Hmm ...
mind submitting a patch that just drops the function from the code (and drops the associated tests)?
Created attachment 273144 [details] [review] Removed 'gdm_string_hex_{de,en}code()' funktions These functions were appearently unused, so there's no reason to keep them around. The corresponding test code was removed as well.
ping?
Hey thanks for this. Sorry for the delay!