Fix unused variable warnings:
authorKazu Hirata <kazu@google.com>
Mon, 19 Sep 2022 17:42:49 +0000 (10:42 -0700)
committerKazu Hirata <kazu@google.com>
Mon, 19 Sep 2022 17:42:50 +0000 (10:42 -0700)
commit981fa1c15cdd95669ac48b5c9caa87c1e024bbf9
treecad9f03c7be6dbe9b901118b48916e846fdc9371
parent7d23d1e640dcde0e90a42353102198b95e20e5f4
Fix unused variable warnings:

This patch fixes warnings during a release build:

  mlir/lib/Dialect/Transform/IR/TransformInterfaces.cpp:198:52: error:
  lambda capture 'this' is not used [-Werror,-Wunused-lambda-capture]

  bolt/lib/Rewrite/RewriteInstance.cpp:5318:18: error: unused variable
  'HasNoAddress' [-Werror,-Wunused-variable]
bolt/lib/Rewrite/RewriteInstance.cpp
mlir/lib/Dialect/Transform/IR/TransformInterfaces.cpp