summaryrefslogtreecommitdiffstats
path: root/TOOLS
diff options
context:
space:
mode:
Diffstat (limited to 'TOOLS')
-rw-r--r--TOOLS/fastmemcpybench.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/TOOLS/fastmemcpybench.c b/TOOLS/fastmemcpybench.c
index e85862b5d6..d720353291 100644
--- a/TOOLS/fastmemcpybench.c
+++ b/TOOLS/fastmemcpybench.c
@@ -33,7 +33,6 @@ static unsigned char* frame=NULL;
static int f;
static int mga_init(){
- char *frame_mem;
f = open("/dev/mga_vid",O_RDWR);
if(f == -1)