luci-app-statistics: remove unused luci.sys include
[project/luci.git] / applications / luci-app-statistics / luasrc / model / cbi / luci_statistics / openvpn.lua
index 193f0448ae249b623cd683a5941cc5a07e049497..f0a5ab5930816c1a036ee61bda379ff41828b7bf 100644 (file)
@@ -1,11 +1,8 @@
 -- Copyright 2015 Jo-Philipp Wich <jow@openwrt.org>
 -- Licensed to the public under the Apache License 2.0.
 
-require "luci.sys"
-
 local m, s, o
 
-
 m = Map("luci_statistics",
        translate("OpenVPN Plugin Configuration"),
        translate("The OpenVPN plugin gathers information about the current vpn connection status."))