--- loncom/loncnew	2018/08/07 17:12:09	1.105
+++ loncom/loncnew	2018/12/06 13:52:28	1.106
@@ -2,7 +2,7 @@
 # The LearningOnline Network with CAPA
 # lonc maintains the connections to remote computers
 #
-# $Id: loncnew,v 1.105 2018/08/07 17:12:09 raeburn Exp $
+# $Id: loncnew,v 1.106 2018/12/06 13:52:28 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -2223,7 +2223,6 @@ sub KillThemAll {
     # Our children >will< die.
     # but we need to catch their death and cleanup after them in case this is 
     # a restart set of kills
-    my $execdir = $perlvar{'lonDaemons'};
     my @allpids = keys(%ChildPid);
     foreach my $pid (@allpids) {
 	my $serving = $ChildPid{$pid};