Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces.
[oota-llvm.git] / lib / Target / PIC16 / PIC16ABINames.h
index e18ddf158ec835fb4935205ec03792a91129ac8b..7f4c2f1cc28ec6ab7f0555a6554217b571324f3e 100644 (file)
@@ -234,12 +234,6 @@ namespace llvm {
       return "romdata.#";
     }
 
-    static std::string getSharedUDataSectionName() {
-       std::ostringstream o;
-       o << getTagName(PREFIX_SYMBOL)  << "udata_shr" << ".#";
-       return o.str();
-    }
-
     static std::string getRomdataSectionName(unsigned num,
                                              std::string prefix = "") {
        std::ostringstream o;