Removing superflous member.

This commit is contained in:
DennisOSRM 2011-10-10 18:52:00 +02:00
parent 4e2be10574
commit d7f82db8bd

View File

@ -53,8 +53,6 @@ private:
bool forward : 1;
bool backward : 1;
short type:6;
bool forwardTurn:1;
bool backwardTurn:1;
_MiddleName middleName;
} data;