Skip to content

Commit

Permalink
removed obsolete comment
Browse files Browse the repository at this point in the history
  • Loading branch information
richcarl authored and Eric Merritt committed Aug 10, 2010
1 parent e0758ec commit 43fdb3b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion chapter_12/port_driver/json_parser/c_src/jp_driver.c
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,6 @@ static void drv_stop(ErlDrvData handle) {

static void drv_output(ErlDrvData handle, char *buf, int sz)
{
/* there should be a single binary in the ErlIOVec */
process_data((drv_data_t *)handle, (unsigned char *)buf);
}

Expand Down

0 comments on commit 43fdb3b

Please sign in to comment.