demangle: remove an old TODO comment
authorAdam Simpkins <simpkins@fb.com>
Fri, 19 Jan 2018 04:42:48 +0000 (20:42 -0800)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Fri, 19 Jan 2018 05:04:33 +0000 (21:04 -0800)
Summary:
Both the autoconf and cmake build scripts check for
`cplus_demangle_v3_callback()` and define
`FOLLY_HAVE_CPLUS_DEMANGLE_V3_CALLBACK` appropriately.

Reviewed By: meyering

Differential Revision: D6745365

fbshipit-source-id: 3020593c60a21568781b835490b8d64913366cb9

folly/Demangle.cpp

index 4709106c4c50c6282780c548b6a7689c2d367aba..cb80b21fc6e0d646bc7b8e10c98258dd02847383 100644 (file)
@@ -27,8 +27,6 @@
 
 // From libiberty
 //
-// TODO(tudorb): Detect this with autoconf for the open-source version.
-//
 // __attribute__((__weak__)) doesn't work, because cplus_demangle_v3_callback
 // is exported by an object file in libiberty.a, and the ELF spec says
 // "The link editor does not extract archive members to resolve undefined weak