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
Branches
Tags
No related merge requests found
...@@ -85,7 +85,6 @@ void xp_openlog(const char *ident, int logopt, int facility) ...@@ -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) void xp_vsyslog(int priority, const char *message, va_list va)
{ {
int orig_errno=ERROR_VALUE;
time_t now; time_t now;
char timestr[32]; char timestr[32];
char msg_to_send[1025]; char msg_to_send[1025];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment