1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00

Remove iterator I accidentally left behind

llvm-svn: 232312
This commit is contained in:
David Blaikie 2015-03-15 03:21:20 +00:00
parent d2224f8d9b
commit be05df9e18

View File

@ -652,7 +652,6 @@ public:
Flags=0x3 };
typedef ImutAVLTree<ImutInfo> TreeTy;
typedef ImutAVLTreeGenericIterator<ImutInfo> ImutAVLTreeGenericIterator;
ImutAVLTreeGenericIterator() {}
ImutAVLTreeGenericIterator(const TreeTy *Root) {