Commit 5c9b2a7 2 people authored and committed
1 parent 19d8493 commit 5c9b2a7 Copy full SHA for 5c9b2a7
File tree 1 file changed +0
-10
lines changed
1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -454,9 +454,6 @@ struct DeserializeRequest {
454
454
v8::Global<v8::Object> holder;
455
455
int index;
456
456
InternalFieldInfoBase* info = nullptr ; // Owned by the request
457
-
458
- // Move constructor
459
- DeserializeRequest (DeserializeRequest&& other) = default ;
460
457
};
461
458
462
459
struct EnvSerializeInfo {
@@ -520,13 +517,6 @@ struct SnapshotData {
520
517
static bool FromBlob (SnapshotData* out, FILE* in);
521
518
522
519
~SnapshotData ();
523
-
524
- SnapshotData (const SnapshotData&) = delete ;
525
- SnapshotData& operator =(const SnapshotData&) = delete ;
526
- SnapshotData (SnapshotData&&) = delete ;
527
- SnapshotData& operator =(SnapshotData&&) = delete ;
528
-
529
- SnapshotData () = default ;
530
520
};
531
521
532
522
void DefaultProcessExitHandlerInternal (Environment* env, ExitCode exit_code);
You can’t perform that action at this time.
0 commit comments