aboutsummaryrefslogtreecommitdiffstats
path: root/src/checktle.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/checktle.c')
-rw-r--r--src/checktle.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/checktle.c b/src/checktle.c
index e70fe8b..126a5e3 100644
--- a/src/checktle.c
+++ b/src/checktle.c
@@ -25,7 +25,6 @@ void* sctjudge_checktle(void* arg){
long long sleeptime = (long long)(*(int*)arg) * 1000000;
struct sigaction break_catch;
struct timespec timelimit, timeinit, timecur, timeexpire;
- const struct timespec nanslparg = {0, SCT_CHECKTLE_INTERVAL};
pthread_mutex_lock(&tkill_mx);
tkill_yes = 1;