Skip to content

Commit

Permalink
Log: Remove unused ISOReader channel
Browse files Browse the repository at this point in the history
  • Loading branch information
stenzek committed Nov 23, 2024
1 parent 88836c4 commit e987b56
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion src/common/log_channels.h
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@
X(Image) \
X(InputManager) \
X(InterruptController) \
X(IsoReader) \
X(Justifier) \
X(Log) \
X(MDEC) \
Expand Down
3 changes: 0 additions & 3 deletions src/util/iso_reader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@

#include <cctype>

LOG_CHANNEL(IsoReader);

IsoReader::IsoReader() = default;

IsoReader::~IsoReader() = default;
Expand Down Expand Up @@ -80,7 +78,6 @@ bool IsoReader::ReadPVD(Error* error)

m_pvd_lba = START_SECTOR + i;
std::memcpy(&m_pvd, buffer, sizeof(ISOPrimaryVolumeDescriptor));
DEV_LOG("ISOReader: PVD found at index {}", i);
return true;
}

Expand Down

0 comments on commit e987b56

Please sign in to comment.