aboutsummaryrefslogtreecommitdiff
path: root/odb/sqlite/result.txx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/sqlite/result.txx')
-rw-r--r--odb/sqlite/result.txx2
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 ();
}
}