Skip to content

Commit

Permalink
fix: remove unused iostream function
Browse files Browse the repository at this point in the history
  • Loading branch information
NSEcho committed Jun 11, 2024
1 parent 1905e6e commit f90d505
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions frida/iostream.go
Original file line number Diff line number Diff line change
@@ -1,14 +1,6 @@
package frida

/*#include <frida-core.h>
static void *
read_input_stream(GInputStream *stream, gsize count, gsize *bytes_read, GError **error) {
void * buffer;
*bytes_read = g_input_stream_read(stream,buffer,count,NULL,&error);
return buffer;
}
*/
//#include <frida-core.h>
import "C"
import (
"io"
Expand Down

0 comments on commit f90d505

Please sign in to comment.