summaryrefslogtreecommitdiffstats
path: root/libraries/folly/README
diff options
context:
space:
mode:
author Matteo Bernardini2022-02-03 20:05:39 +0100
committer Willy Sudiarto Raharjo2022-02-04 11:53:40 +0100
commit01c76519fe4474039454779bd4b9f2e6fb140ad3 (patch)
tree77ce0a96970d901d9e2f338e601aaecbf93370be /libraries/folly/README
parent069a98c5ab98e08cbcbdc9c7a4cdd1d6679f5293 (diff)
downloadslackbuilds-01c76519fe4474039454779bd4b9f2e6fb140ad3.tar.gz
libraries/folly: Removed (orphaned and FTB).
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/folly/README')
-rw-r--r--libraries/folly/README6
1 files changed, 0 insertions, 6 deletions
diff --git a/libraries/folly/README b/libraries/folly/README
deleted file mode 100644
index f5adb773f1..0000000000
--- a/libraries/folly/README
+++ /dev/null
@@ -1,6 +0,0 @@
-Folly (acronymed loosely after Facebook Open Source Library) is a
-library of C++11 components designed with practicality and efficiency
-in mind. Folly contains a variety of core library components used
-extensively at Facebook. In particular, it's often a dependency of
-Facebook's other open source C++ efforts and place where those
-projects can share code.