Remove empty doc comment blocks

This commit is contained in:
YoshiRulz 2021-11-20 08:22:01 +10:00
parent d053a0b414
commit 3c111c3947
No known key found for this signature in database
GPG Key ID: C4DE31C245353FB7
1 changed files with 0 additions and 2 deletions

View File

@ -126,8 +126,6 @@ namespace BizHawk.Emulation.Cores.Consoles.ChannelF
/// <summary>
/// CPU is attempting to write to the specified IO port
/// </summary>
/// <param name="addr"></param>
/// <returns></returns>
public void WritePort(ushort addr, byte value)
{
switch (addr)