Skip to content

Commit

Permalink
Small Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cindyyan317 committed Jan 8, 2024
1 parent 480e614 commit 5b1e27e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
6 changes: 0 additions & 6 deletions src/feed/Types.h
Expand Up @@ -23,12 +23,6 @@

#include <memory>

namespace web {

struct ConnectionBase;

} // namespace web

namespace feed {
using Subscriber = web::ConnectionBase;
using SubscriberPtr = Subscriber*;
Expand Down
1 change: 0 additions & 1 deletion src/feed/impl/ForwardFeed.h
Expand Up @@ -30,7 +30,6 @@ namespace feed::impl {
* @brief Feed that publishes the json object as it is.
*/
struct ForwardFeed : public SingleFeedBase {
public:
using SingleFeedBase::SingleFeedBase;

/**
Expand Down

0 comments on commit 5b1e27e

Please sign in to comment.