Skip to content

Commit

Permalink
[Truffle] We don't seem to need ASM.
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisseaton committed Dec 9, 2016
1 parent a97a93f commit d6d3202
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions mx.jruby/suite.py
Expand Up @@ -92,12 +92,6 @@ def mavenLib(mavenDep, sha1, sourceSha1, license):

# ------------- Libraries -------------

"ASM": mavenLib(
"org.ow2.asm:asm:5.0.4",
"0da08b8cce7bbf903602a25a3a163ae252435795",
"112ff54474f1f04ccf1384c92e39fdc566f0bb5e",
"BSD-new"),

"JNR_POSIX": mavenLib(
"com.github.jnr:jnr-posix:3.0.32",
"a6fbbc386acbae4fd3d892f13e2141655ed6e9c0",
Expand Down Expand Up @@ -169,7 +163,6 @@ def mavenLib(mavenDep, sha1, sourceSha1, license):
"dependencies": [
"truffle:TRUFFLE_API",
"truffle:TRUFFLE_DEBUG",
"ASM",
"JNR_POSIX",
"JNR_CONSTANTS",
"JNR_FFI",
Expand Down

0 comments on commit d6d3202

Please sign in to comment.