Skip to content

Commit

Permalink
chore: remove commented stale code [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed May 2, 2020
1 parent 0dc44a6 commit 0c48558
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions packages/reactivity/src/reactive.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,6 @@ import {
import { UnwrapRef, Ref } from './ref'
import { makeMap } from '@vue/shared'

// WeakMaps that store {raw <-> observed} pairs.
// const rawToReactive = new WeakMap<any, any>()
// const reactiveToRaw = new WeakMap<any, any>()
// const rawToReadonly = new WeakMap<any, any>()
// const readonlyToRaw = new WeakMap<any, any>()

export const enum ReactiveFlags {
skip = '__v_skip',
isReactive = '__v_isReactive',
Expand Down

0 comments on commit 0c48558

Please sign in to comment.