summaryrefslogtreecommitdiffstats
path: root/libraries/libunwind/README
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/libunwind/README')
-rw-r--r--libraries/libunwind/README9
1 files changed, 0 insertions, 9 deletions
diff --git a/libraries/libunwind/README b/libraries/libunwind/README
deleted file mode 100644
index c650d3ee47..0000000000
--- a/libraries/libunwind/README
+++ /dev/null
@@ -1,9 +0,0 @@
-Libunwind is a portable and efficient C programming interface
-to determine the call-chain of a program.
-
-The API is useful in a number of applications:
-
-* debuggers
-* introspection
-* efficient setjmp()
-* ...