aboutsummaryrefslogtreecommitdiff
path: root/src/interp/br-util.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/br-util.boot')
-rw-r--r--src/interp/br-util.boot3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/interp/br-util.boot b/src/interp/br-util.boot
index 7e8f6830..c20e5d23 100644
--- a/src/interp/br-util.boot
+++ b/src/interp/br-util.boot
@@ -504,9 +504,6 @@ emptySearchPage(kind,filter,:options) ==
htSay '"}}"
htShowPage()
-isLoaded? conform ==
- property(getConstructorAbbreviationFromDB opOf conform,'LOADED)
-
string2Integer s ==
and/[digit? (s.i) for i in 0..maxIndex s] => readInteger s
nil