diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-04-30 15:10:09 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-04-30 15:10:09 +0200 |
commit | b4d8b7c142a0753462165257ef1bc1345bbadd6d (patch) | |
tree | b7c092a4f4c24be6dc45e8d2f582d58dcfee9cad /web/apache/request.ixx | |
parent | 07780b06aa7b0fe049cc412309cf87e7fb10a0ef (diff) |
Minor code cleanup
Diffstat (limited to 'web/apache/request.ixx')
-rw-r--r-- | web/apache/request.ixx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/web/apache/request.ixx b/web/apache/request.ixx index b41de8d..06284fb 100644 --- a/web/apache/request.ixx +++ b/web/apache/request.ixx @@ -63,7 +63,6 @@ namespace web // Make request data still be available. // - std::unique_ptr<std::streambuf> in_buf ( new std::stringbuf (*form_data_)); |