(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:
Assar Westerlund
1998-11-22 09:47:24 +00:00
parent 3e967d9432
commit b1cc204cb5

View File

@@ -76,7 +76,6 @@ ss_create_invocation(const char *subsystem,
void
ss_error (int index, long code, const char *fmt, ...)
{
char *whoami;
va_list ap;
va_start(ap, fmt);
com_err_va (subsystems[index].name, code, fmt, ap);