Skip to content

Commit

Permalink
removed TODO from phpiredis_set_error_handler()
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias Heintz committed Mar 18, 2014
1 parent d6c4be9 commit 5ffb663
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions phpiredis.c
Expand Up @@ -193,8 +193,6 @@ PHP_FUNCTION(phpiredis_set_error_handler)
phpiredis_connection *connection;
char *name;

// TODO: this code was copied from phpiredis_reader_set_error_handler, make it work for our case

if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rZ", &ptr, &function) == FAILURE) {
return;
}
Expand Down

0 comments on commit 5ffb663

Please sign in to comment.