Skip to content

Commit

Permalink
IOS/SDIOSlot0: Remove unimplemented prototype
Browse files Browse the repository at this point in the history
This function doesn't have an implementation, so we can remove it to
make for less reading (and a linker error waiting to happen).
  • Loading branch information
lioncash committed May 31, 2019
1 parent 00ecfb3 commit 61c25b3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Source/Core/Core/IOS/SDIO/SDIOSlot0.h
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,6 @@ class SDIOSlot0 : public Device
s32 ExecuteCommand(const Request& request, u32 BufferIn, u32 BufferInSize, u32 BufferIn2,
u32 BufferInSize2, u32 _BufferOut, u32 BufferOutSize);
void OpenInternal();
void InitStatus();

u32 GetOCRegister() const;

Expand Down

0 comments on commit 61c25b3

Please sign in to comment.