changeset 1958:59fc5bd0967f draft

merge
author Masataka Kohagura <e085726@ie.u-ryukyu.ac.jp>
date Fri, 07 Feb 2014 17:21:38 +0900
parents b52fe4cceff3 (current diff) 5891ed42d21e (diff)
children 6d343611bb03
files example/regex_mas/main.cc
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/example/regex_mas/main.cc	Fri Feb 07 15:52:23 2014 +0900
+++ b/example/regex_mas/main.cc	Fri Feb 07 17:21:38 2014 +0900
@@ -71,8 +71,6 @@
         fprintf(stderr,"can't fstat %s\n",filename);
     }
 
-    printf("file size %d\n",(int)sb.st_size);
-
     w->file_mmap = (char*)mmap(NULL,w->read_filesize,PROT_READ,map,fd,(off_t)0);
     if (st_mmap.file_mmap == (caddr_t)-1) {
         fprintf(stderr,"Can't mmap file\n");