[PATCH] D45188: Remove unused local variable in CFIVerifyTests test fixture

Alex Yursha via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 2 14:53:14 PDT 2018


yursha created this revision.
yursha added a reviewer: vlad.tsyrklevich.
Herald added a subscriber: a.sidorin.

Remove unused local variable in CFIVerifyTests test fixture.


Repository:
  rL LLVM

https://reviews.llvm.org/D45188

Files:
  unittests/tools/llvm-cfi-verify/GraphBuilder.cpp


Index: unittests/tools/llvm-cfi-verify/GraphBuilder.cpp
===================================================================
--- unittests/tools/llvm-cfi-verify/GraphBuilder.cpp
+++ unittests/tools/llvm-cfi-verify/GraphBuilder.cpp
@@ -126,7 +126,6 @@
 class BasicGraphBuilderTest : public ::testing::Test {
 protected:
   virtual void SetUp() {
-    IgnoreDWARFFlag = true;
     SuccessfullyInitialised = true;
     if (auto Err = Analysis.initialiseDisassemblyMembers()) {
       handleAllErrors(std::move(Err), [&](const UnsupportedDisassembly &E) {


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D45188.140694.patch
Type: text/x-patch
Size: 551 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180402/c65c9c64/attachment.bin>


More information about the llvm-commits mailing list