fix(ci): Remove unused function
This commit is contained in:
parent
14fb86ec70
commit
1ca71ce401
@ -17,9 +17,6 @@ namespace {
|
|||||||
inline bool operator==(const position& a, const position& b) {
|
inline bool operator==(const position& a, const position& b) {
|
||||||
return a.x + a.y == b.x + b.y;
|
return a.x + a.y == b.x + b.y;
|
||||||
}
|
}
|
||||||
inline bool operator!=(const position& a, const position& b) {
|
|
||||||
return !(a == b);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
namespace modules {
|
namespace modules {
|
||||||
|
Loading…
Reference in New Issue
Block a user