Skip to content

Commit 6123bb4

Browse files
committed
refactor some more
Remove 'noise' to make PR review easier.
1 parent d387f0e commit 6123bb4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

agent/php_execute.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
#include "util_metrics.h"
2626
#include "util_number_converter.h"
2727
#include "util_strings.h"
28-
#include "util_syscalls.h"
2928
#include "util_url.h"
3029
#include "util_url.h"
3130
#include "util_metrics.h"
@@ -1064,7 +1063,6 @@ static void nr_php_execute_file(const zend_op_array* op_array,
10641063
}
10651064

10661065
nr_php_add_user_instrumentation(TSRMLS_C);
1067-
10681066
}
10691067

10701068
/*

0 commit comments

Comments
 (0)