mirror of
https://github.com/intel/llvm.git
synced 2026-02-05 13:21:04 +08:00
Reading through the Watchpoint class, I found this method that wasn't being used properly, and a couple of ivars that weren't used at all. Cleanup. Differential Revision: https://reviews.llvm.org/D155768