Skip to content

Commit

Permalink
Merge pull request zaphoyd#507 from mgeier/unneeded-typedef
Browse files Browse the repository at this point in the history
Remove unneeded typedef from telemetry_server example
  • Loading branch information
zaphoyd committed Jan 19, 2016
2 parents ae097d6 + 7b368e6 commit 28448c7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions examples/telemetry_server/telemetry_server.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ class telemetry_server {
public:
typedef websocketpp::connection_hdl connection_hdl;
typedef websocketpp::server<websocketpp::config::asio> server;
typedef websocketpp::lib::lock_guard<websocketpp::lib::mutex> scoped_lock;

telemetry_server() : m_count(0) {
// set up access channels to only log interesting things
Expand Down Expand Up @@ -201,4 +200,4 @@ int main(int argc, char* argv[]) {

s.run(docroot, port);
return 0;
}
}

0 comments on commit 28448c7

Please sign in to comment.