Browse Source

Remove unused import in break_points.cpp (#2763)

nce_cpp
Kloen Lansfiel 9 years ago
committed by Yuri Kunde Schlesner
parent
commit
715eb0dee5
  1. 1
      src/common/break_points.cpp

1
src/common/break_points.cpp

@ -5,7 +5,6 @@
#include <algorithm>
#include <sstream>
#include "common/break_points.h"
#include "common/logging/log.h"
bool BreakPoints::IsAddressBreakPoint(u32 iAddress) const {
auto cond = [&iAddress](const TBreakPoint& bp) { return bp.iAddress == iAddress; };

Loading…
Cancel
Save