stash: drop unused parameter
authorThomas Gummerer <t.gummerer@gmail.com>
Sat, 9 Mar 2019 18:30:21 +0000 (18:30 +0000)
committerJunio C Hamano <gitster@pobox.com>
Mon, 11 Mar 2019 01:41:24 +0000 (10:41 +0900)
commiteabf7405ab302ea6f590de739e9458405a8fa7dc
tree395e39b97585c299e1cac359936a6c567a308f29
parent7906af0cb84c8e65656347909abd4e22b04d1c1e
stash: drop unused parameter

Drop the unused prefix parameter in do_drop_stash.

We also have an unused "prefix" parameter in the 'create_stash'
function, however we leave that in place for symmetry with the other
top-level functions.

Reported-by: Jeff King <peff@peff.net>
Signed-off-by: Thomas Gummerer <t.gummerer@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/stash.c