mirror of
https://github.com/zeek/zeek.git
synced 2025-10-05 08:08:19 +00:00
remove deprecated union and timer types, addressing #1898
This commit is contained in:
parent
d77fd8305d
commit
11f8729997
9 changed files with 28 additions and 78 deletions
|
@ -279,7 +279,6 @@ void CPP_TypeInits::Generate(InitsManager* im, vector<TypePtr>& ivec, int offset
|
|||
case TYPE_PORT:
|
||||
case TYPE_STRING:
|
||||
case TYPE_TIME:
|
||||
case TYPE_TIMER:
|
||||
case TYPE_VOID:
|
||||
case TYPE_SUBNET:
|
||||
case TYPE_FILE:
|
||||
|
|
|
@ -141,8 +141,6 @@ const char* CPPCompile::TypeTagName(TypeTag tag)
|
|||
return "TYPE_TABLE";
|
||||
case TYPE_TIME:
|
||||
return "TYPE_TIME";
|
||||
case TYPE_TIMER:
|
||||
return "TYPE_TIMER";
|
||||
case TYPE_TYPE:
|
||||
return "TYPE_TYPE";
|
||||
case TYPE_VECTOR:
|
||||
|
@ -302,7 +300,6 @@ shared_ptr<CPP_InitInfo> CPPCompile::RegisterType(const TypePtr& tp)
|
|||
case TYPE_PORT:
|
||||
case TYPE_STRING:
|
||||
case TYPE_TIME:
|
||||
case TYPE_TIMER:
|
||||
case TYPE_VOID:
|
||||
case TYPE_SUBNET:
|
||||
case TYPE_FILE:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue