Skip to content

Commit

Permalink
Remove typeEnum::setName
Browse files Browse the repository at this point in the history
This has no definition.
  • Loading branch information
Tim Haines committed Nov 24, 2021
1 parent 6193794 commit 24a84e8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion symtabAPI/h/Type.h
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,6 @@ class SYMTAB_EXPORT typeEnum : public derivedType {
static typeEnum *create(std::string &name, dyn_c_vector<std::string> &constNames, Symtab *obj);
bool addConstant(const std::string &fieldname,int value);
dyn_c_vector<std::pair<std::string, int> > &getConstants();
bool setName(const char *name);
bool isCompatible(boost::shared_ptr<Type> x) { return isCompatible(x.get()); }
bool isCompatible(Type *otype);
bool is_scoped() const noexcept { return is_scoped_; }
Expand Down

0 comments on commit 24a84e8

Please sign in to comment.