From ce7f886077c2aa0d3ad8b0aca3c95f0213c96479 Mon Sep 17 00:00:00 2001 From: Vern Paxson Date: Sun, 12 Dec 2021 12:32:27 -0800 Subject: [PATCH] removing vestigial methods --- src/script_opt/CPP/Compile.h | 4 ---- 1 file changed, 4 deletions(-) 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);