Skip to content

Commit

Permalink
Remove extraneous header file status.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
vinniefalco committed Jun 21, 2016
1 parent d6a5c32 commit e360093
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 82 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
1.0.0-b7

* Fixes and documentation for teardown and use with SSL:
* Add example code to rfc7230 javadocs
* Remove extraneous header file <beast/http/status.hpp>

--------------------------------------------------------------------------------

1.0.0-b6

* Use SFINAE on return values
Expand Down
71 changes: 0 additions & 71 deletions include/beast/http/status.hpp

This file was deleted.

1 change: 0 additions & 1 deletion test/Jamfile
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ unit-test http-tests :
http/reason.cpp
http/resume_context.cpp
http/rfc7230.cpp
http/status.cpp
http/streambuf_body.cpp
http/string_body.cpp
http/write.cpp
Expand Down
1 change: 0 additions & 1 deletion test/http/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ add_executable (http-tests
reason.cpp
resume_context.cpp
rfc7230.cpp
status.cpp
streambuf_body.cpp
string_body.cpp
write.cpp
Expand Down
9 changes: 0 additions & 9 deletions test/http/status.cpp

This file was deleted.

0 comments on commit e360093

Please sign in to comment.