Removing superflous statement.

This commit is contained in:
Project OSRM 2011-10-07 17:44:03 +03:00
parent a2389d741e
commit 9091c8702d

View File

@ -28,7 +28,6 @@ public:
virtual bool Init() = 0;
virtual bool RegisterCallbacks(bool (*nodeCallbackPointer)(NodeT), bool (*restrictionCallbackPointer)(RestrictionT), bool (*wayCallbackPointer)(WayT), bool (*addressCallbackPointer)(NodeT, HashTable<std::string, std::string>)) = 0;
virtual bool Parse() = 0;
private:
};
#endif /* BASEPARSER_H_ */