Drop nginx
[tldk.git] / app / nginx / src / os / unix / ngx_linux.h
diff --git a/app/nginx/src/os/unix/ngx_linux.h b/app/nginx/src/os/unix/ngx_linux.h
deleted file mode 100644 (file)
index 13d654e..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-
-/*
- * Copyright (C) Igor Sysoev
- * Copyright (C) Nginx, Inc.
- */
-
-
-#ifndef _NGX_LINUX_H_INCLUDED_
-#define _NGX_LINUX_H_INCLUDED_
-
-
-ngx_chain_t *ngx_linux_sendfile_chain(ngx_connection_t *c, ngx_chain_t *in,
-    off_t limit);
-
-
-#endif /* _NGX_LINUX_H_INCLUDED_ */