Cleanup - remove unused classes
authorJakub Nesveda <jakubnesveda@seznam.cz>
Thu, 05 Feb 2015 22:25:57 +0100
changeset 813 6a52a5f02501
parent 812 8b0a808cefa9
child 814 d18c25f112ce
Cleanup - remove unused classes
Make.proto
Make.spec
TestClass.st
TestClass2.st
abbrev.stc
bc.mak
jn_refactoring_custom.st
libInit.cc
patches/patches.rc
refactoring_custom.rc
--- a/Make.proto	Thu Feb 05 22:23:57 2015 +0100
+++ b/Make.proto	Thu Feb 05 22:25:57 2015 +0100
@@ -150,8 +150,6 @@
 $(OUTDIR)CustomSourceCodeGenerator.$(O) CustomSourceCodeGenerator.$(H): CustomSourceCodeGenerator.st $(INCLUDE_TOP)/stx/goodies/refactoryBrowser/parser/RBProgramNodeVisitor.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libtool/CodeGenerator.$(H) $(STCHDR)
 $(OUTDIR)CustomSourceCodeSelection.$(O) CustomSourceCodeSelection.$(H): CustomSourceCodeSelection.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
 $(OUTDIR)CustomTestCaseHelper.$(O) CustomTestCaseHelper.$(H): CustomTestCaseHelper.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
-$(OUTDIR)TestClass.$(O) TestClass.$(H): TestClass.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
-$(OUTDIR)TestClass2.$(O) TestClass2.$(H): TestClass2.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
 $(OUTDIR)jn_refactoring_custom.$(O) jn_refactoring_custom.$(H): jn_refactoring_custom.st $(INCLUDE_TOP)/stx/libbasic/LibraryDefinition.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic/ProjectDefinition.$(H) $(STCHDR)
 $(OUTDIR)CustomBrowserChangeManager.$(O) CustomBrowserChangeManager.$(H): CustomBrowserChangeManager.st $(INCLUDE_TOP)/jn/refactoring_custom/CustomChangeManager.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
 $(OUTDIR)CustomBrowserContext.$(O) CustomBrowserContext.$(H): CustomBrowserContext.st $(INCLUDE_TOP)/jn/refactoring_custom/CustomContext.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
--- a/Make.spec	Thu Feb 05 22:23:57 2015 +0100
+++ b/Make.spec	Thu Feb 05 22:25:57 2015 +0100
@@ -67,8 +67,6 @@
 	CustomSourceCodeGenerator \
 	CustomSourceCodeSelection \
 	CustomTestCaseHelper \
-	TestClass \
-	TestClass2 \
 	jn_refactoring_custom \
 	CustomBrowserChangeManager \
 	CustomBrowserContext \
@@ -137,8 +135,6 @@
     $(OUTDIR_SLASH)CustomSourceCodeGenerator.$(O) \
     $(OUTDIR_SLASH)CustomSourceCodeSelection.$(O) \
     $(OUTDIR_SLASH)CustomTestCaseHelper.$(O) \
-    $(OUTDIR_SLASH)TestClass.$(O) \
-    $(OUTDIR_SLASH)TestClass2.$(O) \
     $(OUTDIR_SLASH)jn_refactoring_custom.$(O) \
     $(OUTDIR_SLASH)CustomBrowserChangeManager.$(O) \
     $(OUTDIR_SLASH)CustomBrowserContext.$(O) \
--- a/TestClass.st	Thu Feb 05 22:23:57 2015 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,26 +0,0 @@
-"{ Package: 'jn:refactoring_custom' }"
-
-"{ NameSpace: Smalltalk }"
-
-Object subclass:#TestClass
-	instanceVariableNames:'inst inst2'
-	classVariableNames:'Cls'
-	poolDictionaries:''
-	category:'Interface-Refactoring-Custom'
-!
-
-TestClass class instanceVariableNames:'instcc'
-
-"
- No other class instance variables are inherited by this class.
-"
-!
-
-
-!TestClass class methodsFor:'documentation'!
-
-version_HG
-
-    ^ '$Changeset: <not expanded> $'
-! !
-
--- a/TestClass2.st	Thu Feb 05 22:23:57 2015 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,9 +0,0 @@
-"{ Package: 'jn:refactoring_custom' }"
-
-Object subclass:#TestClass2
-	instanceVariableNames:''
-	classVariableNames:''
-	poolDictionaries:''
-	category:'Interface-Refactoring-Custom'
-!
-
--- a/abbrev.stc	Thu Feb 05 22:23:57 2015 +0100
+++ b/abbrev.stc	Thu Feb 05 22:25:57 2015 +0100
@@ -40,8 +40,6 @@
 CustomSubContextTests CustomSubContextTests jn:refactoring_custom 'Interface-Refactoring-Custom-Tests' 1
 CustomTestCaseHelper CustomTestCaseHelper jn:refactoring_custom 'Interface-Refactoring-Custom-Helpers' 0
 CustomTestCaseHelperTests CustomTestCaseHelperTests jn:refactoring_custom 'Interface-Refactoring-Custom-Helpers-Tests' 1
-TestClass TestClass jn:refactoring_custom 'Interface-Refactoring-Custom' 1
-TestClass2 TestClass2 jn:refactoring_custom 'Interface-Refactoring-Custom' 0
 jn_refactoring_custom jn_refactoring_custom jn:refactoring_custom '* Projects & Packages *' 3
 CustomAccessMethodsCodeGeneratorTests CustomAccessMethodsCodeGeneratorTests jn:refactoring_custom 'Interface-Refactoring-Custom-Generators-Tests' 1
 CustomAddClassChangeTests CustomAddClassChangeTests jn:refactoring_custom 'Interface-Refactoring-Custom-Tests' 1
--- a/bc.mak	Thu Feb 05 22:23:57 2015 +0100
+++ b/bc.mak	Thu Feb 05 22:25:57 2015 +0100
@@ -97,8 +97,6 @@
 $(OUTDIR)CustomSourceCodeGenerator.$(O) CustomSourceCodeGenerator.$(H): CustomSourceCodeGenerator.st $(INCLUDE_TOP)\stx\goodies\refactoryBrowser\parser\RBProgramNodeVisitor.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libtool\CodeGenerator.$(H) $(STCHDR)
 $(OUTDIR)CustomSourceCodeSelection.$(O) CustomSourceCodeSelection.$(H): CustomSourceCodeSelection.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
 $(OUTDIR)CustomTestCaseHelper.$(O) CustomTestCaseHelper.$(H): CustomTestCaseHelper.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
-$(OUTDIR)TestClass.$(O) TestClass.$(H): TestClass.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
-$(OUTDIR)TestClass2.$(O) TestClass2.$(H): TestClass2.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
 $(OUTDIR)jn_refactoring_custom.$(O) jn_refactoring_custom.$(H): jn_refactoring_custom.st $(INCLUDE_TOP)\stx\libbasic\LibraryDefinition.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libbasic\ProjectDefinition.$(H) $(STCHDR)
 $(OUTDIR)CustomBrowserChangeManager.$(O) CustomBrowserChangeManager.$(H): CustomBrowserChangeManager.st $(INCLUDE_TOP)\jn\refactoring_custom\CustomChangeManager.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
 $(OUTDIR)CustomBrowserContext.$(O) CustomBrowserContext.$(H): CustomBrowserContext.st $(INCLUDE_TOP)\jn\refactoring_custom\CustomContext.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
--- a/jn_refactoring_custom.st	Thu Feb 05 22:23:57 2015 +0100
+++ b/jn_refactoring_custom.st	Thu Feb 05 22:25:57 2015 +0100
@@ -133,8 +133,6 @@
         (CustomSubContextTests autoload)
         CustomTestCaseHelper
         (CustomTestCaseHelperTests autoload)
-        TestClass
-        TestClass2
         #'jn_refactoring_custom'
         (CustomAccessMethodsCodeGeneratorTests autoload)
         (CustomAddClassChangeTests autoload)
--- a/libInit.cc	Thu Feb 05 22:23:57 2015 +0100
+++ b/libInit.cc	Thu Feb 05 22:25:57 2015 +0100
@@ -43,8 +43,6 @@
 _CustomSourceCodeGenerator_Init(pass,__pRT__,snd);
 _CustomSourceCodeSelection_Init(pass,__pRT__,snd);
 _CustomTestCaseHelper_Init(pass,__pRT__,snd);
-_TestClass_Init(pass,__pRT__,snd);
-_TestClass2_Init(pass,__pRT__,snd);
 _jn_137refactoring_137custom_Init(pass,__pRT__,snd);
 _CustomBrowserChangeManager_Init(pass,__pRT__,snd);
 _CustomBrowserContext_Init(pass,__pRT__,snd);
--- a/patches/patches.rc	Thu Feb 05 22:23:57 2015 +0100
+++ b/patches/patches.rc	Thu Feb 05 22:25:57 2015 +0100
@@ -25,7 +25,7 @@
       VALUE "LegalCopyright", "My CopyRight or CopyLeft\0"
       VALUE "ProductName", "LibraryName\0"
       VALUE "ProductVersion", "6.2.5.1525\0"
-      VALUE "ProductDate", "Thu, 05 Feb 2015 21:20:11 GMT\0"
+      VALUE "ProductDate", "Thu, 05 Feb 2015 21:25:09 GMT\0"
     END
 
   END
--- a/refactoring_custom.rc	Thu Feb 05 22:23:57 2015 +0100
+++ b/refactoring_custom.rc	Thu Feb 05 22:25:57 2015 +0100
@@ -25,7 +25,7 @@
       VALUE "LegalCopyright", "My CopyRight or CopyLeft\0"
       VALUE "ProductName", "ProductName\0"
       VALUE "ProductVersion", "6.2.5.1525\0"
-      VALUE "ProductDate", "Thu, 05 Feb 2015 21:20:10 GMT\0"
+      VALUE "ProductDate", "Thu, 05 Feb 2015 21:25:07 GMT\0"
     END
 
   END