From f90d50568d44ffcca036b926de76d3dcd7a56882 Mon Sep 17 00:00:00 2001 From: NSEcho Date: Tue, 11 Jun 2024 08:26:25 +0200 Subject: [PATCH] fix: remove unused iostream function --- frida/iostream.go | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/frida/iostream.go b/frida/iostream.go index 9411569..f0b97d6 100644 --- a/frida/iostream.go +++ b/frida/iostream.go @@ -1,14 +1,6 @@ package frida -/*#include - -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 import "C" import ( "io"