Commit b70dc67
committed
lib,test: remove publicly exposed freelist
The freelist module was deprecated in io.js and moved to an
internal module. This commit removes public access to freelist,
while leaving the internal module, which is still in use.
Fixes: #569
PR-URL: #3738
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Michaël Zasso <mic.besace@gmail.com>
Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>1 parent 2930867 commit b70dc67Copy full SHA for b70dc67
File tree
Expand file treeCollapse file tree
3 files changed
+1
-10
lines changedOpen diff view settings
Filter options
- lib
- test/parallel
Expand file treeCollapse file tree
3 files changed
+1
-10
lines changedOpen diff view settings
Collapse file
-6Lines changed: 0 additions & 6 deletions
This file was deleted.
Collapse file
-1Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
29 | 29 | |
30 | 30 | |
31 | 31 | |
32 | | - |
33 | 32 | |
34 | 33 | |
35 | 34 | |
|
Collapse file
test/parallel/test-freelist.js
Copy file name to clipboardExpand all lines: test/parallel/test-freelist.js+1-3Lines changed: 1 addition & 3 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
4 | 4 | |
5 | 5 | |
6 | 6 | |
7 | | - |
8 | | - |
| 7 | + |
9 | 8 | |
10 | 9 | |
11 | 10 | |
12 | | - |
13 | 11 | |
14 | 12 | |
15 | 13 | |
|
0 commit comments