Remove map which is no longer used in implementation
This commit is contained in:
parent
af3c1357d6
commit
8088633b5b
1 changed files with 0 additions and 12 deletions
|
|
@ -645,18 +645,6 @@
|
||||||
::double :dload
|
::double :dload
|
||||||
::pointer :aload})
|
::pointer :aload})
|
||||||
|
|
||||||
(def ^:private store-instructions
|
|
||||||
"Mapping from primitive types to the instruction used to pop them off the stack."
|
|
||||||
{::byte :bstore
|
|
||||||
::short :sstore
|
|
||||||
::int :istore
|
|
||||||
::long :lstore
|
|
||||||
::long-long :lstore
|
|
||||||
::char :cstore
|
|
||||||
::float :fstore
|
|
||||||
::double :dstore
|
|
||||||
::pointer :astore})
|
|
||||||
|
|
||||||
(def ^:private prim-classes
|
(def ^:private prim-classes
|
||||||
"Mapping from primitive types to their box classes."
|
"Mapping from primitive types to their box classes."
|
||||||
{::byte Byte
|
{::byte Byte
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue