summaryrefslogtreecommitdiff
path: root/retrace/daemon/glframe_os_win.cpp
diff options
context:
space:
mode:
authorMark Janes <mark.a.janes@intel.com>2016-07-21 10:07:14 -0700
committerMark Janes <mark.a.janes@intel.com>2017-06-19 14:04:46 -0700
commit328ffd74b89de56f0ae83d2268788f88f29c216c (patch)
treee025f73923e8afa3f6c17f861b8531506bcc8f36 /retrace/daemon/glframe_os_win.cpp
parentb7201cd35995e872cfd600fb0491039ff352e917 (diff)
cmake: use single implementation file for socket
Windows must initialize winsock library before use.
Diffstat (limited to 'retrace/daemon/glframe_os_win.cpp')
-rw-r--r--retrace/daemon/glframe_os_win.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/retrace/daemon/glframe_os_win.cpp b/retrace/daemon/glframe_os_win.cpp
index d22b736f..9ddccbb6 100644
--- a/retrace/daemon/glframe_os_win.cpp
+++ b/retrace/daemon/glframe_os_win.cpp
@@ -67,9 +67,4 @@ glretrace_delay(unsigned int ms) {
Sleep(ms);
}
-void
-shutdown() {
- shutdown(m_socket_fd, SHUT_RDWR);
-}
-
} // namespace glretrace