diff --git a/.vscode/launch.json b/.vscode/launch.json deleted file mode 100644 index c4a06f5..0000000 --- a/.vscode/launch.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - // 使用 IntelliSense 了解相关属性。 - // 悬停以查看现有属性的描述。 - // 欲了解更多信息,请访问: https://go.microsoft.com/fwlink/?linkid=830387 - "version": "0.2.0", - "configurations": [ - { - "name": "OmniSocket", - "type": "lldb", - "request": "launch", - "program": "${workspaceRoot}/build", - "args": [], - "cwd": "${workspaceRoot}" - } - ] -} \ No newline at end of file diff --git a/ikcp.o b/ikcp.o deleted file mode 100644 index 43654d2..0000000 Binary files a/ikcp.o and /dev/null differ diff --git a/kcp_impl.o b/kcp_impl.o deleted file mode 100644 index c0883c5..0000000 Binary files a/kcp_impl.o and /dev/null differ diff --git a/logger.o b/logger.o deleted file mode 100644 index 8177274..0000000 Binary files a/logger.o and /dev/null differ diff --git a/network.o b/network.o deleted file mode 100644 index 782c1c7..0000000 Binary files a/network.o and /dev/null differ diff --git a/tcp_impl.o b/tcp_impl.o deleted file mode 100644 index 79355db..0000000 Binary files a/tcp_impl.o and /dev/null differ diff --git a/udp_impl.o b/udp_impl.o deleted file mode 100644 index ad95f38..0000000 Binary files a/udp_impl.o and /dev/null differ