diff options
Diffstat (limited to 'src/position.h')
-rw-r--r-- | src/position.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/position.h b/src/position.h index 4622b8ed..c9c8e6f2 100644 --- a/src/position.h +++ b/src/position.h @@ -39,7 +39,6 @@ struct Position }; using Path = std::list<Position>; -using PathIterator = Path::iterator; /** * Appends a string representation of a position to the output stream. |