Update the folly/README
authorJordan DeLong <jdelong@fb.com>
Sat, 2 Jun 2012 23:13:53 +0000 (16:13 -0700)
committerTudor Bosman <tudorb@fb.com>
Mon, 4 Jun 2012 18:19:56 +0000 (11:19 -0700)
Summary: Now that we have an Overview.md.

Test Plan: None.

folly/README

index 056d2d7a1ce37499fd676fc1ffed6c9c23de0c69..766078b31adc2d0c579d195a91700e4fcb4bf2ec 100644 (file)
@@ -3,24 +3,6 @@ Folly: Facebook Open-source LibrarY
 
 Folly is an open-source C++ library developed and used at Facebook.
 
-Note to Facebook contributors:
-* Code in folly may ONLY depend on other code from folly,
-  external libraries from /home/engshare/externals and from
-  fbcode/external (preferably only the latter, eventually all deps
-  will be moved to external)
-* Code in folly goes in namespace folly.
-* Tests should go in tests directory.
-* Please keep Makefile.am's up to date.  fbconfig should warn if
-  it thinks something is missing.
-* NO EXCEPTIONS. This will eventually be enforced.
-* config.h is a generated file.  It is checked in so fbmake can run
-  without needing to run autotools.  To regenerate it, run
-  autoreconf
-  ./configure
-  You will probably also have to export the correct paths for your
-  enviroment (such as CC or CXX_INCLUDES) since we aren't using
-  the standard linux paths.
-
 Dependencies
 ------------