Skip to content
Snippets Groups Projects
Commit dbc2b45f authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Eliminate unused variable

parent 67be8fd8
No related branches found
No related tags found
No related merge requests found
......@@ -85,7 +85,6 @@ void xp_openlog(const char *ident, int logopt, int facility)
void xp_vsyslog(int priority, const char *message, va_list va)
{
int orig_errno=ERROR_VALUE;
time_t now;
char timestr[32];
char msg_to_send[1025];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment