aqua icon indicating copy to clipboard operation
aqua copied to clipboard

Code branches with no executable instructions should be eliminated

Open alari opened this issue 4 years ago • 0 comments


on HOST_PEER_ID:
  ss: *string

This block does nothing. However, now it creates a restriction tag, then wraps its contents with XOR, and so on, which is absolutely meaningless.

alari avatar Nov 25 '21 10:11 alari