Skip to content

Commit

Permalink
poke 11 (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpihl authored Jan 25, 2024
1 parent de65832 commit 59a5899
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 26 deletions.
2 changes: 1 addition & 1 deletion NEWS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ every change, see the Git log.

Latest
------
* tbd
* Major: Updated poke to use version 11.

11.0.0
------
Expand Down
10 changes: 5 additions & 5 deletions lock_version_resolve.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"sha1": "ab7745dea45fcc70fbc0177dcf7d9fc65089fffa"
},
"abacus": {
"commit_id": "76680ecd04a0d932ccaa6102b11a15c141ac0698",
"resolver_info": "6.0.0",
"commit_id": "4c174d9383bdf0c61ef6cbc8b43d7bed4af73127",
"resolver_info": "6.0.1",
"sha1": "672c4c4d312b34f23e0461486087863d132c042c"
},
"asio": {
Expand Down Expand Up @@ -60,9 +60,9 @@
"sha1": "f6bc772cf920c024726ebd12a5a38f123d057adb"
},
"poke": {
"commit_id": "34a599a90fe992673ed220e034e3996f8e52624a",
"resolver_info": "10.0.0",
"sha1": "20b37ceae11b20f774fbd32fc60839cb900a0cb5"
"commit_id": "b8910406eb34bbeba013624c4741dc9287d0623f",
"resolver_info": "11.0.0",
"sha1": "39ac0c4b81a64afb7f2efaaf7efa95056870d16c"
},
"protobuf": {
"commit_id": "8c097d481bb76bafafea87d56c8627c9b82014cd",
Expand Down
2 changes: 1 addition & 1 deletion resolve.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"name": "poke",
"resolver": "git",
"method": "semver",
"major": 10,
"major": 11,
"sources": [
"github.com/steinwurf/poke.git"
]
Expand Down
19 changes: 0 additions & 19 deletions src/tunnel/detail/platform_unsupported/layer_tun.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -185,25 +185,6 @@ class layer_tun : public Super
error = std::make_error_code(std::errc::not_supported);
}

void disable_log_stdout() const
{
Super::do_log(log_level::error, log_kind::unsupported_platform);
throw std::runtime_error("not supported");
}

void enable_log_stdout() const
{
Super::do_log(log_level::error, log_kind::unsupported_platform);
throw std::runtime_error("not supported");
}

bool is_log_enabled() const
{
Super::do_log(log_level::error, log_kind::unsupported_platform);
throw std::runtime_error("not supported");
return false;
}

int native_handle() const
{
Super::do_log(log_level::error, log_kind::unsupported_platform);
Expand Down

0 comments on commit 59a5899

Please sign in to comment.