summaryrefslogtreecommitdiffstats
path: root/src/client-tty.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/client-tty.c')
-rw-r--r--src/client-tty.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/client-tty.c b/src/client-tty.c
index 59ddec5..cd1f2e1 100644
--- a/src/client-tty.c
+++ b/src/client-tty.c
@@ -39,8 +39,6 @@
#include "client-tty.h"
-#define LOCKDIR "/var/lock"
-
static const char *lockfile(const char *dev) {
static char lockfile[PATH_MAX];
char *p = strrchr(dev, '/');