mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 10:57:35 +00:00
LibJS: Remove redundant AK_MAKE_NON{COPYABLE,MOVABLE} from Symbol class
These are already applied to the Cell base class.
This commit is contained in:
parent
f490ba13ff
commit
54abfcf835
1 changed files with 0 additions and 2 deletions
|
@ -14,8 +14,6 @@ namespace JS {
|
||||||
|
|
||||||
class Symbol final : public Cell {
|
class Symbol final : public Cell {
|
||||||
JS_CELL(Symbol, Cell);
|
JS_CELL(Symbol, Cell);
|
||||||
AK_MAKE_NONCOPYABLE(Symbol);
|
|
||||||
AK_MAKE_NONMOVABLE(Symbol);
|
|
||||||
|
|
||||||
public:
|
public:
|
||||||
virtual ~Symbol() = default;
|
virtual ~Symbol() = default;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue