From 130c88bd0c435d55a7d7f6737a648ec44f923463 Mon Sep 17 00:00:00 2001 From: "Daniel J. Hofmann" Date: Thu, 18 Feb 2016 12:13:50 -0800 Subject: [PATCH] Temporarily comment out match.cpp as to not break the build process --- src/engine/plugins/match.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/engine/plugins/match.cpp b/src/engine/plugins/match.cpp index 0de44148a..f2c2af1a6 100644 --- a/src/engine/plugins/match.cpp +++ b/src/engine/plugins/match.cpp @@ -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 MapMatchingPlugin : public BasePlugin } } -#endif // MATCH_HPP +*/