From: Andre Noll Date: Tue, 14 Nov 2017 02:18:10 +0000 (+0100) Subject: ipc.c: Remove a dead store. X-Git-Tag: v1.0.0~4 X-Git-Url: http://git.tuebingen.mpg.de/?a=commitdiff_plain;h=be3b0326d868aed97fc4224dcbf0266c303d2871;hp=be3b0326d868aed97fc4224dcbf0266c303d2871;p=dss.git ipc.c: Remove a dead store. scan-build correctly points out that the value stored to 'name' is never read. ---