X-Git-Url: http://www.dolda2000.com/gitweb/?p=ashd.git;a=blobdiff_plain;f=src%2Fcallfcgi.c;h=e1d71f277c4aa68df13559d6ecf043c9962daf8d;hp=9f30f00178040493b5b814c37a4e300b9e393eba;hb=c7f4f7500d96a0ce71bfe9dd0e5b3c939a9a3298;hpb=d8aea4cfb5e8ed4e7aa5969f75099d5693b63ef1 diff --git a/src/callfcgi.c b/src/callfcgi.c index 9f30f00..e1d71f2 100644 --- a/src/callfcgi.c +++ b/src/callfcgi.c @@ -608,15 +608,6 @@ static int begreq(FILE *out, int rid) return(sendrec(out, FCGI_BEGIN_REQUEST, rid, rec, 8)); } -static void mtiopipe(FILE **read, FILE **write) -{ - int fds[2]; - - pipe(fds); - *read = mtstdopen(fds[0], 0, 600, "r"); - *write = mtstdopen(fds[1], 0, 600, "w"); -} - static void outplex(struct muth *muth, va_list args) { vavar(FILE *, sk);