mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[cxx-interop][SwiftCompilerSources] Remove a workaround
The definition of `~BasicCalleeAnalysis` can now be inlined. rdar://127152872 / resolves https://github.com/apple/swift/issues/64502
This commit is contained in:
@@ -37,7 +37,7 @@ public:
|
||||
BasicCalleeAnalysis(SILModule *M)
|
||||
: SILAnalysis(SILAnalysisKind::BasicCallee), M(*M), Cache(nullptr) {}
|
||||
|
||||
~BasicCalleeAnalysis();
|
||||
~BasicCalleeAnalysis() {}
|
||||
|
||||
static bool classof(const SILAnalysis *S) {
|
||||
return S->getKind() == SILAnalysisKind::BasicCallee;
|
||||
|
||||
Reference in New Issue
Block a user