Code smell: Dead Code
Location: birdsong.comm.ServerCommThread
Rationale: Imports not being used. We should remove them to improve code organization and to diminuish app size.
summary: Dead code in ServerMessage --> Dead code in ServerCommThread
Description has changed:
Diff:
--- old+++ new@@ -1,3 +1,3 @@
Code smell: Dead Code
-Location: birdsong.comm.ServerMessage+Location: birdsong.comm.ServerCommThread
Rationale: Imports not being used. We should remove them to improve code organization and to diminuish app size.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Diff:
Resolved.