X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fh2ext.c;h=af1cc5ab763f8368d6582cf22fc05205c0d1af9d;hb=9592f910742bed3110eda8f39a1513a6b5262d0a;hp=50d3094788edc26dcd1e384a79e4fb2679bfa78c;hpb=61de2f68fbd5622f996775cfa9bfebb4cb2ed069;p=util-vserver.git diff --git a/src/h2ext.c b/src/h2ext.c index 50d3094..af1cc5a 100644 --- a/src/h2ext.c +++ b/src/h2ext.c @@ -210,17 +210,6 @@ byteswap(void *p, size_t len) } } -static inline ALWAYSINLINE void -WRITE_INT(int fd, int num) -{ - char buf[sizeof(num)*3+2]; - size_t l; - - l = utilvserver_fmt_long(buf,num); - - Vwrite(fd, buf, l); -} - static int load_description(const char *file, file_format_t **head) {