Commit 4fdfc4c1 authored by Vlad Tsyrklevich's avatar Vlad Tsyrklevich Committed by Commit Bot

crashpad: Delete inconsistency with upstream

This inconsistency appears to have been introduced in error during an
update. This constant is not present in the upstream code and is unused.

Bug: crashpad:271
Change-Id: Ic1d72fe353da9076b4adf111e855347b04df3f94
Reviewed-on: https://chromium-review.googlesource.com/c/1389161Reviewed-by: default avatarMark Mentovai <mark@chromium.org>
Commit-Queue: Vlad Tsyrklevich <vtsyrklevich@chromium.org>
Cr-Commit-Position: refs/heads/master@{#619452}
parent 7d5d7f18
...@@ -39,7 +39,6 @@ ...@@ -39,7 +39,6 @@
#endif #endif
typedef SOCKET socket_t; typedef SOCKET socket_t;
constexpr socket_t kInvalidSocket = INVALID_SOCKET;
#else #else
#include <pthread.h> #include <pthread.h>
#include <unistd.h> #include <unistd.h>
......
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