* Remove ffluci.util.__file__ as it relies on debug information
[project/luci.git] / src / ffluci / util.lua
index a33d141..dfc88e3 100644 (file)
@@ -205,10 +205,4 @@ function validate(value, cast_number, cast_int)
        end
        
        return value
-end
-
-
--- Returns the filename of the calling script
-function __file__()
-       return debug.getinfo(2, 'S').source:sub(2)
 end
\ No newline at end of file