echo: remove superfluous assignment.

PVS 570

Change-Id: Iec78dda5a3a944261808f39e087656d68e4c7103
Reviewed-on: https://review.haiku-os.org/c/haiku/+/2085
Reviewed-by: Adrien Destugues <pulkomandy@gmail.com>
Reviewed-by: Jérôme Duval <jerome.duval@gmail.com>
This commit is contained in:
Panagiotis Vasilopoulos 2020-01-08 00:07:02 +02:00 committed by Jérôme Duval
parent dda1013cdb
commit afa5119796
1 changed files with 0 additions and 1 deletions

View File

@ -241,7 +241,6 @@ ECHOSTATUS CEchoGals::CloseAudio
m_cmAudioOpen -= cmMask;
m_cmAudioCyclic -= cmMask;
wPipeIndex = wPipeIndex;
m_ProcessId[ wPipeIndex ] = NULL;
m_Pipes[ wPipeIndex ].wInterleave = 0;