X-Git-Url: http://winboard.nl/cgi-bin?p=polyglot.git;a=blobdiff_plain;f=pipex_posix.c;fp=pipex_posix.c;h=9ce06f3533adba85c80c5bf5cf248cdbf0a8d530;hp=3301d959af3a463b778c5a15a16772c7da8959a6;hb=ae338a820ef1c16d4399958613bbc0b908904b91;hpb=e516b96c20d27e7d86d3485b010d6d48cecec9f1 diff --git a/pipex_posix.c b/pipex_posix.c index 3301d95..9ce06f3 100644 --- a/pipex_posix.c +++ b/pipex_posix.c @@ -9,10 +9,6 @@ #include #include "pipex.h" -// constants - -static const unsigned int StringSize = 4096; - // prototypes static void my_close(int fd);