summaryrefslogtreecommitdiffhomepage
path: root/error.h
diff options
context:
space:
mode:
authorRoland Reichwein <mail@reichwein.it>2023-01-26 19:14:05 +0100
committerRoland Reichwein <mail@reichwein.it>2023-01-26 19:14:05 +0100
commitfd3da82dd7772419c01bb751e5b5cb7f198b4752 (patch)
treea22034831ec31df68b4e9cb22a1c51949e41b613 /error.h
parent9b0320c8b47c43adce1aa5d9821b67c1fa42e1d6 (diff)
websocket bugfix: socket leak
Diffstat (limited to 'error.h')
-rw-r--r--error.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/error.h b/error.h
deleted file mode 100644
index f7a9da3..0000000
--- a/error.h
+++ /dev/null
@@ -1,6 +0,0 @@
-#pragma once
-
-#include <boost/beast/core/error.hpp>
-
-void fail(boost::beast::error_code ec, char const* what);
-