1
0
Fork 0

removed unused function

This commit is contained in:
Jan Steemann 2014-10-20 22:30:39 +02:00
parent aec1ea970a
commit 8af715e9b1
1 changed files with 0 additions and 11 deletions

View File

@ -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;