remove unneeded member
This commit is contained in:
parent
2211c69455
commit
87e0f074e8
@ -20,9 +20,7 @@ or see http://www.gnu.org/licenses/agpl.txt.
|
||||
|
||||
#include "OSRM.h"
|
||||
|
||||
OSRM::OSRM(const char * server_ini_path, const bool use_shared_memory) :
|
||||
use_shared_memory(use_shared_memory)
|
||||
{
|
||||
OSRM::OSRM(const char * server_ini_path, const bool use_shared_memory) {
|
||||
|
||||
if( !testDataFile(server_ini_path) ){
|
||||
std::string error_message(server_ini_path);
|
||||
|
@ -62,7 +62,6 @@ private:
|
||||
BaseDataFacade<QueryEdge::EdgeData> * query_data_facade;
|
||||
|
||||
PluginMap plugin_map;
|
||||
const bool use_shared_memory;
|
||||
};
|
||||
|
||||
#endif //OSRM_H
|
||||
|
Loading…
Reference in New Issue
Block a user