wibyweb 1 年間 前
コミット
b588d8a864
1 ファイル変更0 行追加11 行削除
  1. 0 11
      c/cr.c

+ 0 - 11
c/cr.c

@@ -161,17 +161,6 @@ int main(int argc, char **argv)
 		//get the number of fields (columns) in the table
 		//int num_fields = mysql_num_fields(result);
 
-		//We fetch the rows and print them to the screen. 
-		/*MYSQL_ROW row;
-		  while (row = mysql_fetch_row(result))	
-		  {
-		  for(int i=0; i<num_fields; i++)
-		  {
-		  printf("%s ", row[i] ? row[i] : "NULL");
-		  }
-		  printf("\n");
-		  }*/
-
 		MYSQL_ROW row = mysql_fetch_row(result);
 
 		int empty=0;