mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[gardening] Remove unused variable OverUSROffs
This commit is contained in:
@@ -724,8 +724,6 @@ static bool passCursorInfoForDecl(const ValueDecl *VD,
|
||||
|
||||
DelayedStringRetriever OverUSRsStream(SS);
|
||||
|
||||
SmallVector<std::pair<unsigned, unsigned>, 4> OverUSROffs;
|
||||
|
||||
ide::walkOverriddenDecls(VD,
|
||||
[&](llvm::PointerUnion<const ValueDecl*, const clang::NamedDecl*> D) {
|
||||
OverUSRsStream.startPiece();
|
||||
|
||||
Reference in New Issue
Block a user