From 71ed3cfd022d6661a51b7baceb8b953f91902d89 Mon Sep 17 00:00:00 2001 From: Hayk Martirosyan Date: Fri, 9 Jan 2015 17:08:16 -0800 Subject: [PATCH] Remove unnecessary friend declaration --- src/command.hpp | 5 ----- 1 file changed, 0 insertions(+), 5 deletions(-) diff --git a/src/command.hpp b/src/command.hpp index e543fc8..25af2a6 100644 --- a/src/command.hpp +++ b/src/command.hpp @@ -26,15 +26,10 @@ static const int REDOX_TIMEOUT = 5; class Redox; template -void submit_command_callback(struct ev_loop* loop, ev_timer* timer, int revents); - -template class Command { friend class Redox; -friend void submit_command_callback(struct ev_loop* loop, ev_timer* timer, int revents); - public: Command( Redox* rdx, -- libgit2 0.21.4