mirror of
https://github.com/moby/moby.git
synced 2026-07-07 15:18:41 +00:00
fmt package formats an error by calling its Error() method. This results in recursion. Fix this. Also remove dead code. Signed-off-by: Anusha Ragunathan <anusha@docker.com>