mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Remove unneeded empty virtual destructors.
Swift SVN r13599
This commit is contained in:
@@ -474,7 +474,6 @@ void SILDevirtualizer::optimizeApplyInst(ApplyInst *AI) {
|
||||
}
|
||||
|
||||
class SILDevirtualizationPass : public SILFunctionTransform {
|
||||
virtual ~SILDevirtualizationPass() {}
|
||||
|
||||
/// The entry point to the transformation.
|
||||
void run() {
|
||||
|
||||
Reference in New Issue
Block a user