From 08963b053ce539fe5b1f9c24a2108242e7bc1ed9 Mon Sep 17 00:00:00 2001 From: Tobias Ulmer Date: Mon, 31 Oct 2016 14:23:06 +0100 Subject: [PATCH] result: remove unused todot() Signed-off-by: Tobias Ulmer --- local/result.lua | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/local/result.lua b/local/result.lua index da4a467..a4d7b9d 100644 --- a/local/result.lua +++ b/local/result.lua @@ -186,13 +186,6 @@ function result.basic_result:attribute_table(flagt) self._type, self._name)) end ---- Dot representation -function result.basic_result:dot(flagt) - assert(flagt == nil or type(flagt) == "table") - error(err.new("called todot() of result base class, type %s name %s", - self._type, self._name)) -end - -------------------------------------------------------------------------------- --- Result class (standard). -------------------------------------------------------------------------------- @@ -575,12 +568,6 @@ function result.result_class:attribute_table(flagt) return t end -function result.result_class:todot(flagt) - assert(flagt == nil or type(flagt) == "table") - flagt = flagt or {} - error("todot missing implementation") -end - -------------------------------------------------------------------------------- -- Result loading and plugin hookup -------------------------------------------------------------------------------- -- 2.39.5