Skip to content

Commit

Permalink
Clean up transaction related code after recent changes
Browse files Browse the repository at this point in the history
  • Loading branch information
YarikTH committed Aug 24, 2023
1 parent c61f5c5 commit 80b381d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
4 changes: 0 additions & 4 deletions include/ureact/detail/graph_impl.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@

UREACT_BEGIN_NAMESPACE

class transaction;

namespace detail
{

Expand Down Expand Up @@ -117,8 +115,6 @@ class react_graph
}

private:
friend class ureact::transaction;

struct node_data
{
UREACT_MAKE_NONCOPYABLE( node_data );
Expand Down
3 changes: 0 additions & 3 deletions include/ureact/transaction.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@
#ifndef UREACT_TRANSACTION_HPP
#define UREACT_TRANSACTION_HPP

#include <functional>
#include <type_traits>

#include <ureact/context.hpp>
#include <ureact/detail/defines.hpp>
#include <ureact/detail/graph_impl.hpp>
Expand Down

0 comments on commit 80b381d

Please sign in to comment.