fbstring: remove reference to /home/engshare/ paths
authorAndrew Gallagher <agallagher@fb.com>
Tue, 5 Jun 2012 23:13:31 +0000 (16:13 -0700)
committerAndrew Gallagher <agallagher@fb.com>
Tue, 5 Jun 2012 23:21:07 +0000 (16:21 -0700)
Summary: Reported by https://github.com/facebook/folly/issues/8

Test Plan: no

Reviewed By: tudorb@fb.com

FB internal diff: D487572

folly/FBString.h

index fc3d40a45f63ccb43ee88176e0b34806ee9fdf4b..1f1e7b8dc9cc70d63b146b76a282a333bfcc29a3 100644 (file)
@@ -71,9 +71,7 @@
 #pragma GCC system_header
 
 // Handle the cases where the fbcode version (folly/Malloc.h) is included
-// either before or after this inclusion.  */home/engshare/third-party/src/
-// libgcc/libgcc-4.6.2/gcc-4.6.2-20111027/libstdc++-v3/include/bits/
-// basic_string.h* has a more detailed explanation of why this is necessary.
+// either before or after this inclusion.
 #ifdef FOLLY_MALLOC_H_
 #undef FOLLY_MALLOC_H_
 #include "basic_fbstring_malloc.h"