Removed obsolete function

This commit is contained in:
Justin Ethier 2015-11-05 02:49:07 -05:00
parent 62b44d667a
commit 4905df6261

View file

@ -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)