mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-22 09:15:45 +00:00
Remove unused import in break_points.cpp (#2763)
This commit is contained in:
parent
74aaf0d5c7
commit
715eb0dee5
1 changed files with 0 additions and 1 deletions
|
@ -5,7 +5,6 @@
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
#include <sstream>
|
#include <sstream>
|
||||||
#include "common/break_points.h"
|
#include "common/break_points.h"
|
||||||
#include "common/logging/log.h"
|
|
||||||
|
|
||||||
bool BreakPoints::IsAddressBreakPoint(u32 iAddress) const {
|
bool BreakPoints::IsAddressBreakPoint(u32 iAddress) const {
|
||||||
auto cond = [&iAddress](const TBreakPoint& bp) { return bp.iAddress == iAddress; };
|
auto cond = [&iAddress](const TBreakPoint& bp) { return bp.iAddress == iAddress; };
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue