From 3a3cb929ab6fd69ea7d5db42db613a4701fa4669 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Sun, 6 Feb 2022 22:18:35 -0800 Subject: [llvm] Use = default (NFC) --- llvm/lib/Support/DeltaAlgorithm.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'llvm/lib/Support/DeltaAlgorithm.cpp') diff --git a/llvm/lib/Support/DeltaAlgorithm.cpp b/llvm/lib/Support/DeltaAlgorithm.cpp index a2017a1..341de24 100644 --- a/llvm/lib/Support/DeltaAlgorithm.cpp +++ b/llvm/lib/Support/DeltaAlgorithm.cpp @@ -11,8 +11,7 @@ #include using namespace llvm; -DeltaAlgorithm::~DeltaAlgorithm() { -} +DeltaAlgorithm::~DeltaAlgorithm() = default; bool DeltaAlgorithm::GetTestResult(const changeset_ty &Changes) { if (FailedTestsCache.count(Changes)) -- cgit v1.1