Skip to content

Commit 71a8c7a

Browse files
committed
misc cleanup
1 parent 495c5fe commit 71a8c7a

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

lib/ldclient-rb/evaluation.rb

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,6 @@ module Evaluation
3434
nil
3535
end
3636

37-
def self.tryParseSemver(v)
38-
begin
39-
Semantic::Version.new(v)
40-
rescue ArgumentError
41-
nil
42-
end
43-
end
44-
4537
def self.addZeroVersionComponent(v)
4638
NUMERIC_VERSION_COMPONENTS_REGEX.match(v) { |m|
4739
m[0] + ".0" + v[m[0].length..-1]

0 commit comments

Comments
 (0)