[tor-commits] [tor/release-0.3.4] Remove duplicate TLS define from kist code.
teor at torproject.org
teor at torproject.org
Wed Mar 13 23:06:43 UTC 2019
commit dd15998d289e849d8524b70f2edeb5a92ece971d
Author: Mike Perry <mikeperry-git at torproject.org>
Date: Mon Sep 17 22:08:45 2018 +0000
Remove duplicate TLS define from kist code.
Duplicate comes from introducing this define into 0.2.9, which did not yet
have KIST.
---
src/or/scheduler_kist.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/src/or/scheduler_kist.c b/src/or/scheduler_kist.c
index c79b413b8..392a2545d 100644
--- a/src/or/scheduler_kist.c
+++ b/src/or/scheduler_kist.c
@@ -16,8 +16,6 @@
#define SCHEDULER_PRIVATE_
#include "scheduler.h"
-#define TLS_PER_CELL_OVERHEAD 29
-
#ifdef HAVE_KIST_SUPPORT
/* Kernel interface needed for KIST. */
#include <netinet/tcp.h>
More information about the tor-commits
mailing list