mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 04:37:34 +00:00
LibPDF: Rely on default-constructor of Variant
This commit is contained in:
parent
9265595e42
commit
98a0f9c0bd
1 changed files with 0 additions and 5 deletions
|
@ -20,11 +20,6 @@ class Value : public Variant<Empty, std::nullptr_t, bool, int, float, Reference,
|
|||
public:
|
||||
using Variant::Variant;
|
||||
|
||||
Value()
|
||||
: Variant(Empty())
|
||||
{
|
||||
}
|
||||
|
||||
template<IsObject T>
|
||||
Value(RefPtr<T> const& refptr)
|
||||
: Variant(nullptr)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue