Skip to content
Snippets Groups Projects
Commit 7ffa6527 authored by Moe Jette's avatar Moe Jette
Browse files

Remove vestigial variable.

parent 65b9c657
No related branches found
No related tags found
No related merge requests found
...@@ -132,7 +132,6 @@ read_pidfile(const char *pidfile, int *pidfd) ...@@ -132,7 +132,6 @@ read_pidfile(const char *pidfile, int *pidfd)
int int
create_pidfile(const char *pidfile) create_pidfile(const char *pidfile)
{ {
int fd;
FILE *fp; FILE *fp;
xassert(pidfile != NULL); xassert(pidfile != NULL);
......
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