diff options
Diffstat (limited to 'phpdbg_bp.c')
-rw-r--r-- | phpdbg_bp.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/phpdbg_bp.c b/phpdbg_bp.c index de9b90d6db..afd0be0d00 100644 --- a/phpdbg_bp.c +++ b/phpdbg_bp.c @@ -66,7 +66,6 @@ PHPDBG_API void phpdbg_export_breakpoints(FILE *handle TSRMLS_DC) /* {{{ */ phpdbg_notice( "Exporting file breakpoints in %s (%d)", brake->filename, count); - fprintf(handle, "# Breakpoints in %s (%d)\n", brake->filename, count); do { fprintf(handle, "break file %s:%lu\n", brake->filename, brake->line); } while ((brake = zend_llist_get_next_ex(brakes, &lposition))); |