mirror of
https://github.com/moby/moby.git
synced 2026-01-11 18:51:37 +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>