Skip to content
This repository was archived by the owner on Jun 18, 2020. It is now read-only.

Commit dbe73f6

Browse files
Removed accidentally commited method export
1 parent 2e58861 commit dbe73f6

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/main.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,9 +106,6 @@ extern "C" {
106106
vpack.method<&arangodb::fuerte::php::Vpack::fromArray>("fromArray", {
107107
Php::ByVal("array", Php::Type::Array, true)
108108
});
109-
vpack.method<&arangodb::fuerte::php::Vpack::fromArrayNative>("fromArrayNative", {
110-
Php::ByVal("array", Php::Type::Array, true)
111-
});
112109
vpack.method<&arangodb::fuerte::php::Vpack::fromJson>("fromJson", {
113110
Php::ByVal("json", Php::Type::String, true)
114111
});

0 commit comments

Comments
 (0)