Skip to content

Commit c46f4f7

Browse files
authored
remove comment
1 parent de37dfa commit c46f4f7

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

LinkedList/LFUCache.swift

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -136,10 +136,3 @@ class CacheNode {
136136
self.val = val
137137
}
138138
}
139-
140-
/**
141-
* Your LFUCache object will be instantiated and called as such:
142-
* let obj = LFUCache(capacity)
143-
* let ret_1: Int = obj.get(key)
144-
* obj.put(key, value)
145-
*/

0 commit comments

Comments
 (0)