Skip to content

Commit 4aa2522

Browse files
committed
style(agent): Comment clarification
1 parent 88c904d commit 4aa2522

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

agent/lib_php_amqplib.c

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,6 @@
7979
static void nr_php_amqplib_ensure_class() {
8080
zval retval_zpd;
8181
int result = FAILURE;
82-
//amber
83-
return;
8482

8583
result = zend_eval_string("class_exists('PhpAmqpLib\\Channel\\AMQPChannel');",
8684
&retval_zpd, "Get nr_php_amqplib_class_exists");
@@ -93,7 +91,7 @@ return;
9391
}
9492

9593
/*
96-
* Version detection will be called directly from PhpAmqpLib\\Package::VERSION
94+
* Version detection will be called pulled from PhpAmqpLib\\Package::VERSION
9795
* nr_php_amqplib_handle_version will automatically load the class if it isn't
9896
* loaded yet and then evaluate the string. To avoid the VERY unlikely but not
9997
* impossible fatal error if the file/class isn't loaded yet, we need to wrap

0 commit comments

Comments
 (0)