Skip to content

Commit 652af4d

Browse files
committed
---
yaml --- r: 316671 b: refs/heads/master-rebranch c: 20a7138 h: refs/heads/master i: 316669: 92c95d4 316667: e10271b 316663: 9e184df 316655: 1ee8a81 316639: 86811df 316607: 7ce2ad3 316543: 77731bf 316415: 262328f
1 parent f333f3a commit 652af4d

File tree

3 files changed

+1
-4
lines changed

3 files changed

+1
-4
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1457,4 +1457,4 @@ refs/tags/swift-DEVELOPMENT-SNAPSHOT-2019-08-02-a: ddd2b2976aa9bfde5f20fe37f6bd2
14571457
refs/tags/swift-DEVELOPMENT-SNAPSHOT-2019-08-03-a: 171cc166f2abeb5ca2a4003700a8a78a108bd300
14581458
refs/heads/benlangmuir-patch-1: baaebaf39d52f3bf36710d4fe40cf212e996b212
14591459
refs/heads/i-do-redeclare: 8c4e6d5de5c1e3f0a2cedccf319df713ea22c48e
1460-
refs/heads/master-rebranch: f84bc5dfd8a0b44726cc9516eb569edce71f8ade
1460+
refs/heads/master-rebranch: 20a71388bda01f11306cd47a42888bf073e565a7

branches/master-rebranch/include/swift/Demangling/Demangler.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,6 @@ class Demangler : public NodeFactory {
296296

297297
Vector<NodePointer> NodeStack;
298298
Vector<NodePointer> Substitutions;
299-
Vector<unsigned> PendingSubstitutions;
300299

301300
static const int MaxNumWords = 26;
302301
StringRef Words[MaxNumWords];

branches/master-rebranch/lib/Demangling/Demangler.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -377,14 +377,12 @@ void CharVector::append(int Number, NodeFactory &Factory) {
377377
void Demangler::clear() {
378378
NodeStack.free();
379379
Substitutions.free();
380-
PendingSubstitutions.free();
381380
NodeFactory::clear();
382381
}
383382

384383
void Demangler::init(StringRef MangledName) {
385384
NodeStack.init(*this, 16);
386385
Substitutions.init(*this, 16);
387-
PendingSubstitutions.init(*this, 4);
388386
NumWords = 0;
389387
Text = MangledName;
390388
Pos = 0;

0 commit comments

Comments
 (0)