aboutsummaryrefslogtreecommitdiff
path: root/odb/pragma.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/pragma.cxx')
-rw-r--r--odb/pragma.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/odb/pragma.cxx b/odb/pragma.cxx
index bd1d848..6668733 100644
--- a/odb/pragma.cxx
+++ b/odb/pragma.cxx
@@ -1643,8 +1643,6 @@ handle_pragma (cxx_lexer& l,
return;
}
- // base
- //
if (l.next (tl, &tn) != CPP_NUMBER || TREE_CODE (tn) != INTEGER_CST)
{
error (l) << "unsigned integer expected as batch size" << endl;