diff --git a/src/script_opt/CPP/Compile.h b/src/script_opt/CPP/Compile.h index 87ebe786a8..6e3ccf71e8 100644 --- a/src/script_opt/CPP/Compile.h +++ b/src/script_opt/CPP/Compile.h @@ -943,10 +943,6 @@ private: // the set of attributes. void BuildAttrs(const AttributesPtr& attrs, std::string& attr_tags, std::string& attr_vals); - // Generates code to create the given attributes at run-time. - void GenAttrs(const AttributesPtr& attrs); - std::string GenAttrExpr(const ExprPtr& e); - // Returns a string representation of the name associated with // different attribute tags (e.g., "ATTR_DEFAULT"). static const char* AttrName(AttrTag t);