stash: drop unused parameter
authorThomas Gummerer <redacted>
Sat, 9 Mar 2019 18:30:21 +0000 (18:30 +0000)
committerJunio C Hamano <redacted>
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 <redacted>
Signed-off-by: Thomas Gummerer <redacted>
Signed-off-by: Junio C Hamano <redacted>
builtin/stash.c
git clone https://git.99rst.org/PROJECT