[parser/cli] removing geodb loading from parser client

This commit is contained in:
Al
2017-03-10 19:30:18 -05:00
parent 8deb1716cb
commit 5775e3d806

View File

@@ -7,7 +7,6 @@
#include "collections.h"
#include "constants.h"
#include "file_utils.h"
#include "geodb.h"
#include "json_encode.h"
#include "libpostal.h"
#include "normalize.h"
@@ -26,13 +25,6 @@ bool load_address_parser_dependencies(void) {
log_info("address dictionary module loaded\n");
if (!geodb_module_setup(NULL)) {
log_error("Could not load geodb dictionaries\n");
return false;
}
log_info("geodb module loaded\n");
return true;
}