mirror of
https://github.com/yuzu-mirror/yuzu.git
synced 2024-11-03 06:10:00 +00:00
Remove unused import in break_points.cpp (#2763)
This commit is contained in:
parent
78398d0978
commit
9a8a90b52b
1 changed files with 0 additions and 1 deletions
|
@ -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…
Reference in a new issue