mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 04:17:35 +00:00
LibSQL: Remove unused Tuple::is_compatible
This commit is contained in:
parent
a99c1297e0
commit
fcd35e824c
2 changed files with 0 additions and 22 deletions
|
@ -54,7 +54,6 @@ public:
|
|||
void append(Value const&);
|
||||
Tuple& operator+=(Value const&);
|
||||
void extend(Tuple const&);
|
||||
[[nodiscard]] bool is_compatible(Tuple const&) const;
|
||||
|
||||
[[nodiscard]] u32 pointer() const { return m_pointer; }
|
||||
void set_pointer(u32 ptr) { m_pointer = ptr; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue