diff --git a/show-diff.c b/show-diff.c index 4456230a568afd6ad090daf6ed2f77b4361434d7..2ff0bd4ea636db2ad54e9ff34e1d70ac7a9a98f0 100644 --- a/show-diff.c +++ b/show-diff.c @@ -34,9 +34,6 @@ static void prepare_diff_cmd(void) * name ==> name ==> 'name' * a b ==> a b ==> 'a b' * a'b ==> a'\''b ==> 'a'\''b' - * - * NOTE! The returned memory belongs to this function so - * do not free it. */ static char *sq_expand(char *src) {