conflict fix

This commit is contained in:
Alexander Kozhikhov 2019-05-13 17:43:47 +03:00
parent 9b4f322fd8
commit 003a0fbadf
9 changed files with 0 additions and 3 deletions

View File

@ -88,11 +88,8 @@ void registerFunctionsMiscellaneous(FunctionFactory & factory)
registerFunctionsIn(factory);
registerFunctionJoinGet(factory);
registerFunctionFilesystem(factory);
<<<<<<< HEAD
registerFunctionEvalMLMethod(factory);
=======
registerFunctionBasename(factory);
>>>>>>> 9498ba96793679c51a118807a992c722686a2af2
}
}