get rid of debugging message in iopreds.c
git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@286 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
parent
e6da9e09b6
commit
77f57ba928
@ -1145,7 +1145,6 @@ PipeGetc(int sno)
|
|||||||
int count;
|
int count;
|
||||||
count = read(s->u.pipe.fd, &c, sizeof(char));
|
count = read(s->u.pipe.fd, &c, sizeof(char));
|
||||||
#endif
|
#endif
|
||||||
printf("reading from pipe %c\n", c);
|
|
||||||
if (count == 0) {
|
if (count == 0) {
|
||||||
ch = EOF;
|
ch = EOF;
|
||||||
} else if (count > 0) {
|
} else if (count > 0) {
|
||||||
|
Reference in New Issue
Block a user