* General code cleanup
[project/luci.git] / core / src / ffluci / util.lua
index 3ff7bc2033f5e7a970e4ab6fccc47e29e6dc3b3f..b76278ddab6ee3534cc60bfe486b0280f4dac593 100644 (file)
@@ -139,12 +139,6 @@ function resfenv(f)
 end 
 
 
--- Returns the Haserl unique sessionid
-function sessionid()
-       return ENV.SESSIONID
-end
-
-
 -- Splits a string into an array
 function split(str, pat, max, regex)
        pat = pat or "\n"