# HG changeset patch # User Claus Gittinger # Date 1417187860 -3600 # Node ID 1df6b0965b88b6c6d45ec96c424fafe5a6bbfbf9 # Parent 5893ae3af14b734dcb0d391ce38ad5f0f8725910 class: Tools::LintRuleList changed: #setListValid: removed leftover debug halt. diff -r 5893ae3af14b -r 1df6b0965b88 Tools__LintRuleList.st --- a/Tools__LintRuleList.st Fri Nov 28 13:37:31 2014 +0100 +++ b/Tools__LintRuleList.st Fri Nov 28 16:17:40 2014 +0100 @@ -550,9 +550,9 @@ ! setListValid:aBoolean - listValid ifTrue:[ - aBoolean ifFalse:[self halt]. - ]. +"/ listValid ifTrue:[ +"/ aBoolean ifFalse:[self halt]. +"/ ]. listValid := aBoolean. ! @@ -830,14 +830,14 @@ !LintRuleList class methodsFor:'documentation'! version - ^ '$Header: /cvs/stx/stx/libtool/Tools__LintRuleList.st,v 1.25 2014-11-27 10:39:06 vrany Exp $' + ^ '$Header: /cvs/stx/stx/libtool/Tools__LintRuleList.st,v 1.26 2014-11-28 15:17:40 cg Exp $' ! version_CVS - ^ '$Header: /cvs/stx/stx/libtool/Tools__LintRuleList.st,v 1.25 2014-11-27 10:39:06 vrany Exp $' + ^ '$Header: /cvs/stx/stx/libtool/Tools__LintRuleList.st,v 1.26 2014-11-28 15:17:40 cg Exp $' ! version_SVN - ^ '$Id: Tools__LintRuleList.st,v 1.25 2014-11-27 10:39:06 vrany Exp $' + ^ '$Id: Tools__LintRuleList.st,v 1.26 2014-11-28 15:17:40 cg Exp $' ! !