diff options
-rw-r--r-- | odb/sqlite/result.txx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/odb/sqlite/result.txx b/odb/sqlite/result.txx index a7f00e0..f104f6f 100644 --- a/odb/sqlite/result.txx +++ b/odb/sqlite/result.txx @@ -112,8 +112,6 @@ namespace odb std::size_t result_impl<T>:: size () { - // @@ Should we rather throw unsupported_operation or some such? - // throw result_not_cached (); } } |