Skip to content

Commit

Permalink
fix(feat): removed dead code
Browse files Browse the repository at this point in the history
Change-Id: I5ecbcd6ad1c691de1298506996b9cd176414e9e7
  • Loading branch information
Renzo Toma committed Aug 4, 2014
1 parent 840602a commit 1412f5c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/collectors/chronyd/chronyd.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@
IP_PATTERN = re.compile('^\d+\.\d+\.\d+\.\d+$')


def convert_to_ms(offset, unit):
return diamond.convertor.time.convert(offset, unit, 'ms')


def cleanup_source(source):
if IP_PATTERN.search(source):
return source.replace('.', '_')
Expand Down

0 comments on commit 1412f5c

Please sign in to comment.