Skip to content

Commit

Permalink
And remove unused method
Browse files Browse the repository at this point in the history
  • Loading branch information
stuhood committed Nov 8, 2017
1 parent 77d61cd commit eabe279
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/python/pants/backend/jvm/subsystems/zinc.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,6 @@ def register_options_for(jvm_tool_mixin_instance, register, **kwargs):
**kwargs)

zinc_rev = '1.0.3'
def zinc_jar(name, **kwargs):
return JarDependency(org='org.scala-sbt', name=name, rev=zinc_rev, **kwargs)

shader_rules = [
# The compiler-interface and compiler-bridge tool jars carry xsbt and
Expand Down

0 comments on commit eabe279

Please sign in to comment.