diff options
Diffstat (limited to 'src/avl-tree.c')
| -rw-r--r-- | src/avl-tree.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/avl-tree.c b/src/avl-tree.c index 5059f3f..fcd9e37 100644 --- a/src/avl-tree.c +++ b/src/avl-tree.c | |||
| @@ -336,10 +336,8 @@ print(struct tree_node *tree) | |||
| 336 | } | 336 | } |
| 337 | 337 | ||
| 338 | int | 338 | int |
| 339 | main() | 339 | main(void) |
| 340 | { | 340 | { |
| 341 | |||
| 342 | |||
| 343 | #if 0 /* 1a/b */ | 341 | #if 0 /* 1a/b */ |
| 344 | tree = insert(tree, 20); | 342 | tree = insert(tree, 20); |
| 345 | tree = insert(tree, 4); | 343 | tree = insert(tree, 4); |
