Temporarily comment out match.cpp as to not break the build process

This commit is contained in:
Daniel J. Hofmann 2016-02-18 12:13:50 -08:00 committed by Patrick Niklaus
parent f3c4a7dd16
commit 2200d0b678

View File

@ -1,5 +1,4 @@
#ifndef MATCH_HPP
#define MATCH_HPP
/* TODO(daniel-j-h): fix for new server api, uncomment when this compiles
#include "engine/plugins/plugin_base.hpp"
@ -385,4 +384,4 @@ template <class DataFacadeT> class MapMatchingPlugin : public BasePlugin
}
}
#endif // MATCH_HPP
*/