sequencer: remove useless get_dir() function
authorStephan Beyer <s-beyer@gmx.net>
Wed, 7 Dec 2016 21:51:33 +0000 (22:51 +0100)
committerJunio C Hamano <gitster@pobox.com>
Fri, 9 Dec 2016 22:51:16 +0000 (14:51 -0800)
This function is used only once, for the removal of the
directory. It is not used for the creation of the directory nor
anywhere else.

Signed-off-by: Stephan Beyer <s-beyer@gmx.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found