mirror of https://gitee.com/bigwinds/arangodb
removed unused function
This commit is contained in:
parent
aec1ea970a
commit
8af715e9b1
|
@ -465,16 +465,6 @@ function COMPILE_REGEX (regex, modifiers) {
|
||||||
return new RegExp('^' + pattern + '$', modifiers);
|
return new RegExp('^' + pattern + '$', modifiers);
|
||||||
}
|
}
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
|
||||||
/// @brief call a function
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
|
||||||
|
|
||||||
function FCALL (name, parameters) {
|
|
||||||
"use strict";
|
|
||||||
|
|
||||||
return name.apply(null, parameters);
|
|
||||||
}
|
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
/// @brief call a user function
|
/// @brief call a user function
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
@ -7063,7 +7053,6 @@ function GENERAL_GRAPH_DIAMETER (graphName, options) {
|
||||||
// --SECTION-- MODULE EXPORTS
|
// --SECTION-- MODULE EXPORTS
|
||||||
// -----------------------------------------------------------------------------
|
// -----------------------------------------------------------------------------
|
||||||
|
|
||||||
exports.FCALL = FCALL;
|
|
||||||
exports.FCALL_USER = FCALL_USER;
|
exports.FCALL_USER = FCALL_USER;
|
||||||
exports.KEYS = KEYS;
|
exports.KEYS = KEYS;
|
||||||
exports.GET_INDEX = GET_INDEX;
|
exports.GET_INDEX = GET_INDEX;
|
||||||
|
|
Loading…
Reference in New Issue