mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-01 02:41:48 +00:00
Unify GetHostname() and use libuv implementation (#1391)
This commit is contained in:
@@ -9,10 +9,6 @@
|
||||
|
||||
namespace cs {
|
||||
|
||||
std::string GetHostname() {
|
||||
return ""; // TODO
|
||||
}
|
||||
|
||||
std::vector<std::string> GetNetworkInterfaces() {
|
||||
return std::vector<std::string>{}; // TODO
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user