diff options
author | Todd Gamblin <tgamblin@llnl.gov> | 2017-06-17 18:14:14 -0700 |
---|---|---|
committer | Todd Gamblin <tgamblin@llnl.gov> | 2017-08-01 17:40:54 -0700 |
commit | 43f576cf19c5fb3af83e39c21db802b2d2f254e8 (patch) | |
tree | c730f33ea44dee5fe38a3de0d1fa9e0649a7b394 | |
parent | f2ddcfac5f526c331185fb92fe9ce6dd85494c74 (diff) | |
download | spack-43f576cf19c5fb3af83e39c21db802b2d2f254e8.tar.gz spack-43f576cf19c5fb3af83e39c21db802b2d2f254e8.tar.bz2 spack-43f576cf19c5fb3af83e39c21db802b2d2f254e8.tar.xz spack-43f576cf19c5fb3af83e39c21db802b2d2f254e8.zip |
Remove unused code.
-rw-r--r-- | lib/spack/spack/version.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/spack/spack/version.py b/lib/spack/spack/version.py index 0d8520a0e0..3414c9c8d9 100644 --- a/lib/spack/spack/version.py +++ b/lib/spack/spack/version.py @@ -107,10 +107,6 @@ def coerced(method): return coercing_method -def _numeric_lt(self0, other): - """Compares two versions, knowing they're both numeric""" - - class Version(object): """Class to represent versions""" |