mirror of
https://github.com/zeek/zeek.git
synced 2025-10-14 20:48:21 +00:00

These are the changes that don't require a ton of changes to other files outside of the original removal.
11 lines
242 B
C++
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
|