summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: e679809)
raw | patch | inline | side by side (parent: e679809)
author | Florian Forster <octo@collectd.org> | |
Sat, 6 Aug 2016 18:44:09 +0000 (20:44 +0200) | ||
committer | Florian Forster <octo@collectd.org> | |
Sat, 6 Aug 2016 18:44:09 +0000 (20:44 +0200) |
src/python.c | patch | blob | history |
diff --git a/src/python.c b/src/python.c
index 912c18ae227bbd3d8379130ce1f5942d7af80eea..24046de4568723b979889d3f558d6cfe1325c959 100644 (file)
--- a/src/python.c
+++ b/src/python.c
@@ -222,7 +222,6 @@ static char reg_shutdown_doc[] = "register_shutdown(callback[, data][, name]) ->
static pthread_t main_thread;
static PyOS_sighandler_t python_sigint_handler;
static _Bool do_interactive = 0;
-static int do_interactive = 0;
/* This is our global thread state. Python saves some stuff in thread-local
* storage. So if we allow the interpreter to run in the background