mirror of https://gitee.com/bigwinds/arangodb
Finish removal of type argument in create.
This commit is contained in:
parent
35ffe6b9e4
commit
6194618906
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue