summaryrefslogtreecommitdiffstats
path: root/fnet/src/examples/ping/pingserver.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'fnet/src/examples/ping/pingserver.cpp')
-rw-r--r--fnet/src/examples/ping/pingserver.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/fnet/src/examples/ping/pingserver.cpp b/fnet/src/examples/ping/pingserver.cpp
index 6e8cc081d34..83d99c9c7e8 100644
--- a/fnet/src/examples/ping/pingserver.cpp
+++ b/fnet/src/examples/ping/pingserver.cpp
@@ -17,7 +17,6 @@ class PingServer : public FNET_IServerAdapter,
public FastOS_Application
{
public:
- bool InitAdminChannel(FNET_Channel *) override { return false; }
bool InitChannel(FNET_Channel *channel, uint32_t) override {
channel->SetContext(FNET_Context(channel));
channel->SetHandler(this);