From 41cb5977f33628f22eb04c289be310bcd7d9d8db Mon Sep 17 00:00:00 2001 From: Gunnar Beutner Date: Mon, 2 Mar 2015 09:54:00 +0100 Subject: [PATCH] Remove unreachable code Coverity Bug ID: 1272319 --- lib/livestatus/logtable.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/livestatus/logtable.cpp b/lib/livestatus/logtable.cpp index cf53c29e9..664dab5c5 100644 --- a/lib/livestatus/logtable.cpp +++ b/lib/livestatus/logtable.cpp @@ -164,8 +164,6 @@ Object::Ptr LogTable::CommandAccessor(const Value& row, const Column::ObjectAcce return event_command; } else return check_command; - - return Object::Ptr(); } Value LogTable::TimeAccessor(const Value& row)