소스 검색

Remove debugging call to getchar()

tags/v0.9.3
Michael Brown 20 년 전
부모
커밋
86d2127204
1개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  1. 0
    3
      src/drivers/bus/isapnp.c

+ 0
- 3
src/drivers/bus/isapnp.c 파일 보기

395
 	/* Return number of cards found */
395
 	/* Return number of cards found */
396
 	DBG ( "ISAPnP found %d cards at read port %hx\n",
396
 	DBG ( "ISAPnP found %d cards at read port %hx\n",
397
 	      isapnp_max_csn, isapnp_read_port );
397
 	      isapnp_max_csn, isapnp_read_port );
398
-
399
-	getchar();
400
-
401
 	return isapnp_max_csn;
398
 	return isapnp_max_csn;
402
 }
399
 }
403
 
400
 

Loading…
취소
저장