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

@@ -283,8 +283,6 @@ impl CSVTabCursor {
}
impl VTabCursor for CSVTabCursor {
type Table = CSVTab;
// Only a full table scan is supported. So `filter` simply rewinds to
// the beginning.
fn filter(&mut self, _idx_num: c_int, _idx_str: Option<&str>, _args: &Values) -> Result<()> {