Skip to content

Commit 1017197

Browse files
jsayolJosep Sayol
authored andcommitted
WIP: remove unused Change method
1 parent bd03a98 commit 1017197

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/database/core/view/Change.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -71,14 +71,6 @@ export class Change {
7171
};
7272

7373

74-
/**
75-
* @param {string} prevName
76-
* @return {!Change}
77-
*/
78-
changeWithPrevName(prevName) {
79-
return new Change(this.type, this.snapshotNode, this.childName, this.oldSnap, prevName);
80-
};
81-
8274

8375
//event types
8476
/** Event type for a child added */

0 commit comments

Comments
 (0)