Skip to content

Commit 6ac9acf

Browse files
committed
refactor(reactivity): remove unused notify method from EffectScope
1 parent 4ca7e7a commit 6ac9acf

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/reactivity/src/effectScope.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@ export class EffectScope implements ReactiveNode {
3030
return !!this.flags || this.deps !== undefined
3131
}
3232

33-
notify(): void {}
34-
3533
pause(): void {
3634
if (!(this.flags & EffectFlags.PAUSED)) {
3735
this.flags |= EffectFlags.PAUSED

0 commit comments

Comments
 (0)