summaryrefslogtreecommitdiffhomepage
path: root/request.h
diff options
context:
space:
mode:
authorAki <please@ignore.pl>2020-08-15 15:59:08 +0200
committerAki <please@ignore.pl>2020-08-15 15:59:08 +0200
commit80e299845156b605be1a47fdb253d0eea81ce7a2 (patch)
tree0175776f2892317f6233365534677af90f2b324e /request.h
parentcf22b1adbbe2e1de5073dcf44b7667a9665a20bf (diff)
downloadplop-80e299845156b605be1a47fdb253d0eea81ce7a2.zip
plop-80e299845156b605be1a47fdb253d0eea81ce7a2.tar.gz
plop-80e299845156b605be1a47fdb253d0eea81ce7a2.tar.bz2
Moved path parsing to new system
Diffstat (limited to 'request.h')
-rw-r--r--request.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/request.h b/request.h
index b29bf0e..f017fa1 100644
--- a/request.h
+++ b/request.h
@@ -23,7 +23,6 @@ struct request
lua_State * lua;
int reference;
struct span temp;
- struct span path;
struct span version;
struct header * headerv;
int headerc;