summaryrefslogtreecommitdiff
path: root/libraries/libevent/README
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/libevent/README')
-rw-r--r--libraries/libevent/README4
1 files changed, 0 insertions, 4 deletions
diff --git a/libraries/libevent/README b/libraries/libevent/README
deleted file mode 100644
index 7d371e1ad1..0000000000
--- a/libraries/libevent/README
+++ /dev/null
@@ -1,4 +0,0 @@
-The libevent API provides a mechanism to execute a callback function
-when a specific event occurs on a file descriptor or after a timeout
-has been reached. Furthermore, libevent also support callbacks due
-to signals or regular timeouts.