aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/PIC16/PIC16.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Target/PIC16/PIC16.h')
-rw-r--r--lib/Target/PIC16/PIC16.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/lib/Target/PIC16/PIC16.h b/lib/Target/PIC16/PIC16.h
index ce7602c..40bed2f 100644
--- a/lib/Target/PIC16/PIC16.h
+++ b/lib/Target/PIC16/PIC16.h
@@ -234,20 +234,6 @@ namespace PIC16CC {
return o.str();
}
- static std::string getDeclSectionName(void) {
- std::string dsname = "section.0";
- dsname = addPrefix(dsname);
- return dsname;
- }
-
- // FIXME: currently decls for libcalls are into a separate section.
- // merge the rest of decls to one.
- static std::string getLibDeclSectionName(void) {
- std::string dsname = "lib_decls.0";
- dsname = addPrefix(dsname);
- return dsname;
- }
-
inline static bool isLocalName (const std::string &Name) {
if (getSymbolTag(Name) == AUTOS_LABEL)
return true;