浏览代码

removing "future compat" comment

Herbert Vojčík 10 年之前
父节点
当前提交
371c922943
共有 2 个文件被更改,包括 1 次插入2 次删除
  1. 1 1
      src/Kernel-Infrastructure.js
  2. 0 1
      src/Kernel-Infrastructure.st

+ 1 - 1
src/Kernel-Infrastructure.js

@@ -4622,7 +4622,7 @@ return self;
 },
 //>>excludeStart("ide", pragmas.excludeIdeData);
 args: [],
-source: "globals\x0a\x09\x22Future compatibility to be able to use Smalltalk globals at: ...\x22\x0a\x09<return $globals>",
+source: "globals\x0a\x09<return $globals>",
 referencedClasses: [],
 //>>excludeEnd("ide");
 messageSends: []

+ 0 - 1
src/Kernel-Infrastructure.st

@@ -1142,7 +1142,6 @@ current
 !
 
 globals
-	"Future compatibility to be able to use Smalltalk globals at: ..."
 	<return $globals>
 !