mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-23 20:15:05 +02:00
Removed obsolete function
This commit is contained in:
parent
62b44d667a
commit
4905df6261
1 changed files with 0 additions and 7 deletions
|
@ -673,13 +673,6 @@
|
|||
(member exp '(Cyc-read-line apply command-line-arguments number->string
|
||||
symbol->string list->string substring string-append
|
||||
make-vector list->vector Cyc-installation-dir))))
|
||||
;; TODO: this is a hack, right answer is to include information about
|
||||
;; how many args each primitive is supposed to take
|
||||
(define (prim:cont-has-args? exp)
|
||||
(and (prim? exp)
|
||||
(member exp '(Cyc-read-line apply number->string symbol->string
|
||||
list->string substring string-append
|
||||
make-vector list->vector Cyc-installation-dir))))
|
||||
|
||||
;; Pass an integer arg count as the function's first parameter?
|
||||
(define (prim:arg-count? exp)
|
||||
|
|
Loading…
Add table
Reference in a new issue