소스 검색

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>
 !