remove dead store

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@23661 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2008-08-25 02:30:26 +00:00
parent 2e4f85e4fb
commit db63919ed3

View File

@@ -315,7 +315,6 @@ sl_command_loop(SL_cmd *cmds, const char *prompt, void **data)
int argc;
char **argv;
ret = 0;
buf = sl_readline(prompt);
if(buf == NULL)
return -2;