mirror of
https://github.com/zeek/zeek.git
synced 2025-10-03 15:18:20 +00:00
removing vestigial methods
This commit is contained in:
parent
bbae2cf36c
commit
ce7f886077
1 changed files with 0 additions and 4 deletions
|
@ -943,10 +943,6 @@ private:
|
||||||
// the set of attributes.
|
// the set of attributes.
|
||||||
void BuildAttrs(const AttributesPtr& attrs, std::string& attr_tags, std::string& attr_vals);
|
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
|
// Returns a string representation of the name associated with
|
||||||
// different attribute tags (e.g., "ATTR_DEFAULT").
|
// different attribute tags (e.g., "ATTR_DEFAULT").
|
||||||
static const char* AttrName(AttrTag t);
|
static const char* AttrName(AttrTag t);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue