Remove unreachable code

Coverity Bug ID: 1272319
This commit is contained in:
Gunnar Beutner 2015-03-02 09:54:00 +01:00
parent 5b286dae31
commit 41cb5977f3
1 changed files with 0 additions and 2 deletions

View File

@ -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)