The unified diff between revisions [2df88abf..] and [818e3621..] is displayed below. It can also be downloaded as a raw diff.

This diff has been restricted to the following files: 'win32/ssh_agent_platform.cc'

#
#
# patch "win32/ssh_agent_platform.cc"
#  from [2d9a982788530e4a7f10c3b29224f44458a4a54c]
#    to [10a2ac556b690343bcda3eee48f7112bf3b6f799]
#
============================================================
--- win32/ssh_agent_platform.cc	2d9a982788530e4a7f10c3b29224f44458a4a54c
+++ win32/ssh_agent_platform.cc	10a2ac556b690343bcda3eee48f7112bf3b6f799
@@ -18,7 +18,6 @@ using std::string;
 #define AGENT_COPYDATA_ID 0x804e50ba   /* random goop */
 #define AGENT_MAX_MSGLEN  8192

-void
 ssh_agent_platform::ssh_agent_platform()
   : hwnd(NULL), filemap(NULL), filemap_view(NULL), read_len(0)
 {