1
0
Fork 0

Finish removal of type argument in create.

This commit is contained in:
Max Neunhoeffer 2014-09-12 15:01:16 +02:00
parent 35ffe6b9e4
commit 6194618906
1 changed files with 0 additions and 2 deletions

View File

@ -137,7 +137,6 @@ namespace triagens {
TRI_ASSERT(mptr != nullptr);
return this->create(this->trxCollection(),
TRI_DOC_MARKER_KEY_DOCUMENT,
mptr,
json,
nullptr,
@ -161,7 +160,6 @@ namespace triagens {
TRI_ASSERT(mptr != nullptr);
return this->create(this->trxCollection(),
TRI_DOC_MARKER_KEY_EDGE,
mptr,
json,
data,