(ss_error): remove unused variable
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@5229 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -76,7 +76,6 @@ ss_create_invocation(const char *subsystem,
|
|||||||
void
|
void
|
||||||
ss_error (int index, long code, const char *fmt, ...)
|
ss_error (int index, long code, const char *fmt, ...)
|
||||||
{
|
{
|
||||||
char *whoami;
|
|
||||||
va_list ap;
|
va_list ap;
|
||||||
va_start(ap, fmt);
|
va_start(ap, fmt);
|
||||||
com_err_va (subsystems[index].name, code, fmt, ap);
|
com_err_va (subsystems[index].name, code, fmt, ap);
|
||||||
|
Reference in New Issue
Block a user