diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2015-08-17 20:35:15 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2015-08-17 20:35:15 (GMT) |
commit | 41107649bba64d4a990d11c0f5c0fa33ed86b66c (patch) | |
tree | 87047a952823bf04eb36146c518804b3a3aa2e9d /unix | |
parent | e207e446ba28218e26621722ea930d52f421bcd5 (diff) | |
download | tcl-41107649bba64d4a990d11c0f5c0fa33ed86b66c.zip tcl-41107649bba64d4a990d11c0f5c0fa33ed86b66c.tar.gz tcl-41107649bba64d4a990d11c0f5c0fa33ed86b66c.tar.bz2 |
remove superfluous fprintf to stderr.
Diffstat (limited to 'unix')
-rw-r--r-- | unix/tclUnixNotfy.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/unix/tclUnixNotfy.c b/unix/tclUnixNotfy.c index 398e13a..0493ee4 100644 --- a/unix/tclUnixNotfy.c +++ b/unix/tclUnixNotfy.c @@ -283,7 +283,6 @@ StartNotifierThread(void) pthread_mutex_lock(¬ifierInitMutex); if (!notifierThreadRunning) { - fprintf(stderr, "=== StartNotifierThread()\n"); if (TclpThreadCreate(¬ifierThread, NotifierThreadProc, NULL, TCL_THREAD_STACK_DEFAULT, TCL_THREAD_JOINABLE) != TCL_OK) { Tcl_Panic("Tcl_InitNotifier: unable to start notifier thread"); |