aboutsummaryrefslogtreecommitdiff
path: root/odb/view-result.txx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/view-result.txx')
-rw-r--r--odb/view-result.txx2
1 files changed, 0 insertions, 2 deletions
diff --git a/odb/view-result.txx b/odb/view-result.txx
index 52d478e..95f34e0 100644
--- a/odb/view-result.txx
+++ b/odb/view-result.txx
@@ -22,8 +22,6 @@ namespace odb
{
if (pointer_traits::null_ptr (current_) && !end_)
{
- // For views, pointer_type is unrestricted_pointer_type.
- //
pointer_type p (view_traits::create ());
view_type& view (pointer_traits::get_ref (p));
current (p);