remove unused variable

Follow-up to 3c0b5b9, remove this variable. It's not used anymore.

Change-Id: I390d694cf5650d137763391717c39677537526d7
This commit is contained in:
Bhuvan Arumugam 2014-01-30 17:18:43 +05:30
parent d561ebf3ec
commit 006f05e468

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'