diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2011-04-05 09:01:44 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2011-04-05 09:01:44 +0200 |
commit | 2afd1aa722a8c66079ae3941b192a0cd9bb01155 (patch) | |
tree | 78be56568db846eb33db10ff78831465ff682af6 | |
parent | 101bdca85c49e69c59b8e34d727a362a6f7f4625 (diff) |
Cosmetic change
-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 (); } } |