mirror of
https://github.com/zeek/zeek.git
synced 2025-10-06 08:38:20 +00:00
Remove MutableVal class.
This commit is contained in:
parent
062a1ee6b3
commit
7bd738865c
11 changed files with 39 additions and 55 deletions
|
@ -349,10 +349,6 @@ void Val::ValDescribeReST(ODesc* d) const
|
|||
}
|
||||
}
|
||||
|
||||
MutableVal::~MutableVal()
|
||||
{
|
||||
}
|
||||
|
||||
IntervalVal::IntervalVal(double quantity, double units) :
|
||||
Val(quantity * units, TYPE_INTERVAL)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue