cuda.libraries: remove duplicate definition of ?delete-at.

master
John Benediktsson 2020-09-01 13:20:49 -07:00
parent c7959f2cb2
commit 0b5cb42d95
1 changed files with 0 additions and 3 deletions

View File

@ -19,9 +19,6 @@ cuda-libraries [ H{ } clone ] initialize
SYMBOL: current-cuda-library
: ?delete-at ( key assoc -- old/key ? )
2dup delete-at* [ 2nip t ] [ 2drop f ] if ; inline
: cuda-param-size ( function n -- )
cuParamSetSize cuda-error ; inline