aboutsummaryrefslogtreecommitdiff
path: root/odb/sqlite/result.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/sqlite/result.hxx')
-rw-r--r--odb/sqlite/result.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/odb/sqlite/result.hxx b/odb/sqlite/result.hxx
index 1417a6c..b8b759e 100644
--- a/odb/sqlite/result.hxx
+++ b/odb/sqlite/result.hxx
@@ -35,9 +35,6 @@ namespace odb
details::shared_ptr<query_params> params_;
details::shared_ptr<select_statement> statement_;
};
-
- template <typename T, class_kind kind>
- class result_impl;
}
}