Commit 8b0e448f by Vicent Marti

Removed unreachable code (MSVC warning)

parent 43e380a8
...@@ -1519,8 +1519,6 @@ static int unpack_object(git_rawobj *out, git_pack *p, index_entry *e) ...@@ -1519,8 +1519,6 @@ static int unpack_object(git_rawobj *out, git_pack *p, index_entry *e)
default: default:
return GIT_EOBJCORRUPTED; return GIT_EOBJCORRUPTED;
} }
return GIT_SUCCESS;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment