diff options
-rw-r--r-- | trace-input.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/trace-input.c b/trace-input.c index 5e92cb3..112ab14 100644 --- a/trace-input.c +++ b/trace-input.c | |||
@@ -666,8 +666,6 @@ void free_record(struct record *record) | |||
666 | record->ref_count--; | 666 | record->ref_count--; |
667 | 667 | ||
668 | if (record->ref_count) | 668 | if (record->ref_count) |
669 | breakpoint(); | ||
670 | if (record->ref_count) | ||
671 | return; | 669 | return; |
672 | 670 | ||
673 | if (record->locked) | 671 | if (record->locked) |