mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-26 01:20:25 +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
Notes:
sideshowbarker
2024-07-17 03:41:48 +09:00
Author: https://github.com/linusg Commit: https://github.com/SerenityOS/serenity/commit/54abfcf835 Pull-request: https://github.com/SerenityOS/serenity/pull/16343 Reviewed-by: https://github.com/davidot
1 changed files with 0 additions and 2 deletions
|
@ -14,8 +14,6 @@ namespace JS {
|
|||
|
||||
class Symbol final : public Cell {
|
||||
JS_CELL(Symbol, Cell);
|
||||
AK_MAKE_NONCOPYABLE(Symbol);
|
||||
AK_MAKE_NONMOVABLE(Symbol);
|
||||
|
||||
public:
|
||||
virtual ~Symbol() = default;
|
||||
|
|
Loading…
Reference in a new issue