From 6d2ab57509602833e9c4cac126d070c833d6b7fd Mon Sep 17 00:00:00 2001
From: gcontini <1121667+gcontini@users.noreply.github.com>
Date: 周六, 21 11月 2020 10:16:05 +0800
Subject: [PATCH] remove automatic deployment of docs

---
 src/library/os/windows/network.cpp |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/src/library/os/windows/network.cpp b/src/library/os/windows/network.cpp
index 5116d39..ad8c5ab 100644
--- a/src/library/os/windows/network.cpp
+++ b/src/library/os/windows/network.cpp
@@ -127,7 +127,6 @@
 	}
 
 	IP_ADAPTER_INFO* pAdapter = pAdapterInfo;
-	FUNCTION_RETURN result = FUNC_RET_OK;
 	while (pAdapter) {
 		if (pAdapter->Type == MIB_IF_TYPE_ETHERNET) {
 			OsAdapterInfo ai = {};

--
Gitblit v1.9.1