cmState: Remove compatibility typedefs

This commit is contained in:
Stephen Kelly
2016-10-18 21:28:48 +02:00
parent cde6eb6249
commit 34433c88e2

View File

@@ -79,9 +79,6 @@ public:
cmState();
~cmState();
typedef cmStateSnapshot Snapshot;
typedef cmStateDirectory Directory;
static const char* GetTargetTypeName(cmStateEnums::TargetType targetType);
cmStateSnapshot CreateBaseSnapshot();