summaryrefslogtreecommitdiff
path: root/odb/relational/oracle/source.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/relational/oracle/source.cxx')
-rw-r--r--odb/relational/oracle/source.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/odb/relational/oracle/source.cxx b/odb/relational/oracle/source.cxx
index 68cd367..244ab7b 100644
--- a/odb/relational/oracle/source.cxx
+++ b/odb/relational/oracle/source.cxx
@@ -318,13 +318,8 @@ namespace relational
<< b << ".size = 0;"
<< "}"
<< "else" << endl
- << "{"
- //@@ Modify to less than the total size to see what happens
- //
- << b << ".capacity = 4096;"
<< b << ".size = reinterpret_cast<ub2*> (&" << arg << "." <<
mi.var << "position_context);"
- << "}"
<< endl;
}