zeek/src/BifReturnVal.cc
Tim Wojtulewicz 0618be792f Remove all of the random single-file deprecations
These are the changes that don't require a ton of changes to other files outside
of the original removal.
2021-01-27 10:52:40 -07:00

11 lines
242 B
C++

// See the file "COPYING" in the main distribution directory for copyright.
#include "zeek/BifReturnVal.h"
#include "zeek/Val.h"
namespace zeek::detail {
BifReturnVal::BifReturnVal(std::nullptr_t) noexcept
{}
} // namespace zeek::detail