Skip to content

Commit 13fd7a5

Browse files
committed
refactor(BulkOp): remove unused class
1 parent b49c596 commit 13fd7a5

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

lib/bulk/common.js

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -54,18 +54,6 @@ class Batch {
5454
}
5555
}
5656

57-
/**
58-
* Wraps a legacy operation so we can correctly rewrite its error
59-
* @ignore
60-
*/
61-
class LegacyOp {
62-
constructor(batchType, operation, index) {
63-
this.batchType = batchType;
64-
this.index = index;
65-
this.operation = operation;
66-
}
67-
}
68-
6957
/**
7058
* Create a new BulkWriteResult instance (INTERNAL TYPE, do not instantiate directly)
7159
*

0 commit comments

Comments
 (0)