fix(ci): Remove unused function

This commit is contained in:
Michael Carlberg 2017-01-25 12:20:06 +01:00
parent 14fb86ec70
commit 1ca71ce401
1 changed files with 0 additions and 3 deletions

View File

@ -17,9 +17,6 @@ namespace {
inline bool operator==(const position& a, const position& b) {
return a.x + a.y == b.x + b.y;
}
inline bool operator!=(const position& a, const position& b) {
return !(a == b);
}
}
namespace modules {