author | Nguyễn Thái Ngọc Duy <pclouds@gmail.com> | |
Mon, 15 Nov 2010 06:42:44 +0000 (13:42 +0700) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Wed, 17 Nov 2010 21:26:38 +0000 (13:26 -0800) | ||
commit | 1c7d402b3e1e9d7e50abfbfb18c88bc79be468ea | |
tree | f25bd2c1c0ec2ee65246d07f3981362cfb541831 | tree | snapshot |
parent | 5d268edff8a271fe68f525e8d382a13b96c71a81 | commit | diff |
clean: remove redundant variable baselen
baselen used to be the result of common_prefix() when it was made
builtin. Since 1d8842d (Add 'fill_directory()' helper function for
directory traversal - 2009-05-14), its value will always be
zero. Remove it because it's no longer variable.
Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
baselen used to be the result of common_prefix() when it was made
builtin. Since 1d8842d (Add 'fill_directory()' helper function for
directory traversal - 2009-05-14), its value will always be
zero. Remove it because it's no longer variable.
Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/clean.c | diff | blob | history |