X-Git-Url: http://plrg.eecs.uci.edu/git/?p=folly.git;a=blobdiff_plain;f=folly%2FDemangle.cpp;h=a75d4e765313f321bef75f95b876ce53de43510d;hp=d1f53cfc89c33e6bf565f0b3f0b0c2c16bdf4aab;hb=f3585b2209c2a7e5a471c13efb4a58debd963842;hpb=e8252dd7b5590427839eae4e4b2d76d2c4d9cff5 diff --git a/folly/Demangle.cpp b/folly/Demangle.cpp index d1f53cfc..a75d4e76 100644 --- a/folly/Demangle.cpp +++ b/folly/Demangle.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2017 Facebook, Inc. + * Copyright 2014-present Facebook, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -19,7 +19,6 @@ #include #include -#include #include #if FOLLY_HAVE_CPLUS_DEMANGLE_V3_CALLBACK @@ -27,8 +26,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