Update of /cvsroot/wxlua/wxLua/modules/wxluasocket/src
In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv21113/src
Modified Files:
wxldserv.cpp
Log Message:
remove statement with no effect
Index: wxldserv.cpp
===================================================================
RCS file: /cvsroot/wxlua/wxLua/modules/wxluasocket/src/wxldserv.cpp,v
retrieving revision 1.35
retrieving revision 1.36
diff -C2 -d -r1.35 -r1.36
*** wxldserv.cpp 13 Dec 2006 06:57:50 -0000 1.35
--- wxldserv.cpp 13 Dec 2006 07:02:10 -0000 1.36
***************
*** 696,701 ****
if (m_debuggeeProcessID < 1)
KillDebuggee();
-
- m_debuggeeProcessID;
}
--- 696,699 ----
|