- Notifications
You must be signed in to change notification settings - Fork5
Commitd1080d1
committed
Remove freefuncs.c, which hasn't been used in a long time and is not
worth the effort to continue to maintain. Since freeObject() is notcapable of coping with cases like multiple links to a node, it'sunlikely that it ever will be useful again. We now have memorycontext management that offers a faster and more reliable way ofgetting rid of arbitrary node trees (at the cost of having to knowin advance of building the tree that you'll want to get rid of it).1 parentfeb48f4 commitd1080d1
2 files changed
+4
-1338
lines changedLines changed: 4 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
4 |
| - | |
| 4 | + | |
5 | 5 |
| |
6 | 6 |
| |
7 |
| - | |
| 7 | + | |
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
15 |
| - | |
16 |
| - | |
| 15 | + | |
| 16 | + | |
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
| |||
29 | 29 |
| |
30 | 30 |
| |
31 | 31 |
| |
32 |
| - |
0 commit comments
Comments
(0)