From 838345f6bb492e8023ef85c99843af61c1d51e30 Mon Sep 17 00:00:00 2001 From: Johan Brichau Date: Wed, 7 Feb 2024 09:38:52 +0100 Subject: [PATCH] remove unlock of Grease --- .smalltalk.ston | 1 - scripts/preLoading.st | 3 --- 2 files changed, 4 deletions(-) delete mode 100644 scripts/preLoading.st diff --git a/.smalltalk.ston b/.smalltalk.ston index bcc4cc59e..d8328688a 100644 --- a/.smalltalk.ston +++ b/.smalltalk.ston @@ -1,5 +1,4 @@ SmalltalkCISpec { - #preLoading : 'scripts/preLoading.st', #loading : [ SCIMetacelloLoadSpec { #baseline : 'Seaside3', diff --git a/scripts/preLoading.st b/scripts/preLoading.st deleted file mode 100644 index ad04ef3d4..000000000 --- a/scripts/preLoading.st +++ /dev/null @@ -1,3 +0,0 @@ -Metacello new - baseline: 'Grease'; - unlock \ No newline at end of file