Remove Table associated type in VTabCursor trait

This commit is contained in:
gwenn
2018-07-22 10:02:59 +02:00
parent b82a155429
commit ce9d325ba0
5 changed files with 0 additions and 9 deletions

View File

@@ -184,8 +184,6 @@ impl SeriesTabCursor {
}
}
impl VTabCursor for SeriesTabCursor {
type Table = SeriesTab;
fn filter(&mut self, idx_num: c_int, _idx_str: Option<&str>, args: &Values) -> Result<()> {
let idx_num = QueryPlanFlags::from_bits_truncate(idx_num);
let mut i = 0;