[Vm-dev] [commit][3639] Nuke the obsolete session id determination code in sqFilePluginBasicPrims. c,

commits at squeakvm.org commits at squeakvm.org
Tue Mar 8 21:40:08 UTC 2016


Revision: 3639
Author:   eliot
Date:     2016-03-08 13:40:08 -0800 (Tue, 08 Mar 2016)
Log Message:
-----------
Nuke the obsolete session id determination code in sqFilePluginBasicPrims.c,
leaving the proper interpreterProxy-based code in place.

Modified Paths:
--------------
    trunk/platforms/Cross/plugins/FilePlugin/sqFilePluginBasicPrims.c

Property Changed:
----------------
    trunk/platforms/Cross/plugins/sqPluginsSCCSVersion.h

Modified: trunk/platforms/Cross/plugins/FilePlugin/sqFilePluginBasicPrims.c
===================================================================
--- trunk/platforms/Cross/plugins/FilePlugin/sqFilePluginBasicPrims.c	2016-03-08 21:38:11 UTC (rev 3638)
+++ trunk/platforms/Cross/plugins/FilePlugin/sqFilePluginBasicPrims.c	2016-03-08 21:40:08 UTC (rev 3639)
@@ -211,12 +211,7 @@
 	   Zero is never used for a valid session number.
 	   Should be called once at startup time.
 	*/
-#if VM_PROXY_MINOR > 6
 	thisSession = interpreterProxy->getThisSessionID();
-#else
-	thisSession = ioLowResMSecs() + time(NULL);
-	if (thisSession == 0) thisSession = 1;	/* don't use 0 */
-#endif
 	return 1;
 }
 


Property changes on: trunk/platforms/Cross/plugins/sqPluginsSCCSVersion.h
___________________________________________________________________
Modified: checkindate
   - Mon Feb 22 10:32:52 PST 2016
   + Tue Mar  8 13:38:04 PST 2016



More information about the Vm-dev mailing list