File tree 1 file changed +0
-9
lines changed
1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -1393,9 +1393,6 @@ pub fn ast_dump(c: &Cursor, depth: isize) -> CXChildVisitResult {
1393
1393
print_cursor ( depth,
1394
1394
String :: from ( prefix) + "referenced." ,
1395
1395
& refd) ;
1396
- print_cursor ( depth,
1397
- String :: from ( prefix) + "referenced." ,
1398
- & refd) ;
1399
1396
}
1400
1397
}
1401
1398
@@ -1405,9 +1402,6 @@ pub fn ast_dump(c: &Cursor, depth: isize) -> CXChildVisitResult {
1405
1402
print_cursor ( depth,
1406
1403
String :: from ( prefix) + "canonical." ,
1407
1404
& canonical) ;
1408
- print_cursor ( depth,
1409
- String :: from ( prefix) + "canonical." ,
1410
- & canonical) ;
1411
1405
}
1412
1406
1413
1407
if let Some ( specialized) = c. specialized ( ) {
@@ -1416,9 +1410,6 @@ pub fn ast_dump(c: &Cursor, depth: isize) -> CXChildVisitResult {
1416
1410
print_cursor ( depth,
1417
1411
String :: from ( prefix) + "specialized." ,
1418
1412
& specialized) ;
1419
- print_cursor ( depth,
1420
- String :: from ( prefix) + "specialized." ,
1421
- & specialized) ;
1422
1413
}
1423
1414
}
1424
1415
}
You can’t perform that action at this time.
0 commit comments