aboutsummaryrefslogtreecommitdiff
path: root/src/interp/br-util.boot
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2011-06-22 20:53:36 +0000
committerdos-reis <gdr@axiomatics.org>2011-06-22 20:53:36 +0000
commit5c371a307a201cf425f848d0a0b24631ff47978e (patch)
tree67c4846decafd03e19eb0cbad301c3363c02928a /src/interp/br-util.boot
parenta6708e246ad91491dc54f3e6c1ae5f44f80b9fba (diff)
downloadopen-axiom-5c371a307a201cf425f848d0a0b24631ff47978e.tar.gz
* interp/br-con.boot: Remove reference to asharp constructors.
* interp/br-op2.boot: Likewise. * interp/br-saturn.boot: Likewise. * interp/br-util.boot: Likewise. * interp/c-util.boot: Likewise. * interp/cattable.boot: Likewise. * interp/database.boot: Likewise. * interp/lisplib.boot: Likewise. * interp/nrunfast.boot: Likewise.
Diffstat (limited to 'src/interp/br-util.boot')
-rw-r--r--src/interp/br-util.boot7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/interp/br-util.boot b/src/interp/br-util.boot
index 38de165d..0512cd45 100644
--- a/src/interp/br-util.boot
+++ b/src/interp/br-util.boot
@@ -362,13 +362,6 @@ dbSourceFile name ==
t := PATHNAME_-TYPE u
strconc(n,'".",t)
-asharpConstructorName? name ==
- u:= getConstructorSourceFileFromDB name
- u and PATHNAME_-TYPE u = '"as"
-
-asharpConstructors() ==
- [x for x in allConstructors() | not asharpConstructorName? x]
-
extractFileNameFromPath s == fn(s,0,#s) where
fn(s,i,m) ==
k := charPosition(char "/",s,i)