summaryrefslogtreecommitdiff
path: root/libraries/eio/README
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/eio/README')
-rw-r--r--libraries/eio/README6
1 files changed, 0 insertions, 6 deletions
diff --git a/libraries/eio/README b/libraries/eio/README
deleted file mode 100644
index 59640c019a..0000000000
--- a/libraries/eio/README
+++ /dev/null
@@ -1,6 +0,0 @@
-Eio is part of Enlightenment DR17 foundation libraries.
-
-Eio integrates with EFL (Ecore, Eina) to provide efficient filesystem
-input/output (I/O). It use the best techniques to achieve such purpose,
-like using at-variants, splice, properly handling errors and doing it in
-an asynchronous fashion by means of worker threads.