Merge "remove unused variable"

This commit is contained in:
Jenkins 2014-02-06 07:59:35 +00:00 committed by Gerrit Code Review
commit 924081bcb1

View File

@ -1,4 +1,3 @@
LAST_REBOOT_TIME_FORMAT = '%Y-%m-%d %H:%M:%S'
PING_IPV4_COMMAND = 'ping -c 3 '
PING_IPV6_COMMAND = 'ping6 -c 3 '
PING_PACKET_LOSS_REGEX = '(\d{1,3})\.?\d*\% packet loss'