Commit 9f54fe482dd369ebbae67b0b33f7efde206ba249

Vicent Marti 2010-12-23T00:15:09

Remove git_errno It was not being used by any methods (only by malloc and calloc), and since it needs to be TLS, it cannot be exported on DLLs on Windows. Burn it with fire. The API always returns error codes! Signed-off-by: Vicent Marti <tanoku@gmail.com>