stc compilation fixes
authorvranyj1@bd9d3459-6c23-4dd9-91de-98eeebb81177
Tue, 23 Oct 2012 11:04:26 +0000
changeset 37 ce1d3916f7ad
parent 36 41cb88196e69
child 38 c3d02ed6a645
stc compilation fixes
mercurial/HGCommand.st
mercurial/HGStatus.st
--- a/mercurial/HGCommand.st	Tue Oct 23 10:37:14 2012 +0000
+++ b/mercurial/HGCommand.st	Tue Oct 23 11:04:26 2012 +0000
@@ -7,8 +7,6 @@
 	category:'SCM-Mercurial-Internal'
 !
 
-NameSpace name:#'HGCommand::HGCommand'!
-
 Smalltalk::HGCommand subclass:#clone
 	instanceVariableNames:'url path'
 	classVariableNames:''
--- a/mercurial/HGStatus.st	Tue Oct 23 10:37:14 2012 +0000
+++ b/mercurial/HGStatus.st	Tue Oct 23 11:04:26 2012 +0000
@@ -21,8 +21,6 @@
 	privateIn:HGStatus
 !
 
-NameSpace name:#'HGStatus::HGStatus'!
-
 Smalltalk::HGStatus subclass:#Ignored
 	instanceVariableNames:''
 	classVariableNames:''