Fix warning

上级 b5bb4d5b
...@@ -315,10 +315,10 @@ private unsafe Blob CreateBlob(Stream stream, string hintpath, long? numberOfByt ...@@ -315,10 +315,10 @@ private unsafe Blob CreateBlob(Stream stream, string hintpath, long? numberOfByt
throw new EndOfStreamException("The stream ended unexpectedly"); throw new EndOfStreamException("The stream ended unexpectedly");
} }
} }
catch(Exception e) catch (Exception)
{ {
writestream.free(writestream_ptr); writestream.free(writestream_ptr);
throw e; throw;
} }
ObjectId id = Proxy.git_blob_create_fromstream_commit(writestream_ptr); ObjectId id = Proxy.git_blob_create_fromstream_commit(writestream_ptr);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册