Skip to content

Commit

Permalink
Removing unused http_status_notifier.
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Krulis committed Oct 9, 2020
1 parent 0f39ce1 commit 70c4233
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 100 deletions.
2 changes: 0 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@ set(SOURCE_FILES
src/worker.h
src/worker.cpp
src/notifier/status_notifier.h
src/notifier/http_status_notifier.h
src/notifier/http_status_notifier.cpp
src/notifier/empty_status_notifier.h
src/reactor/reactor.h
src/reactor/reactor.cpp
Expand Down
1 change: 0 additions & 1 deletion src/broker_core.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ namespace fs = boost::filesystem;
#include "broker_connect.h"
#include "config/broker_config.h"
#include "config/log_config.h"
#include "notifier/http_status_notifier.h"
#include "reactor/command_holder.h"


Expand Down
46 changes: 0 additions & 46 deletions src/notifier/http_status_notifier.cpp

This file was deleted.

51 changes: 0 additions & 51 deletions src/notifier/http_status_notifier.h

This file was deleted.

0 comments on commit 70c4233

Please sign in to comment.