diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2016-05-06 09:14:03 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2016-05-06 09:18:19 +0200 |
commit | aaa4ed77a2506144f470ce2b7fb269bedd17a2b3 (patch) | |
tree | 2536c83f06ae58743e48a39e498ad2712e597c4d /tracker-hatire/thread.hpp | |
parent | e19893b91326e53868136bbf0f2cf6835344cc7c (diff) |
tracker/hatire: simplify
We don't need to move back the datagram since we're processing the
original.
Diffstat (limited to 'tracker-hatire/thread.hpp')
-rwxr-xr-x | tracker-hatire/thread.hpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tracker-hatire/thread.hpp b/tracker-hatire/thread.hpp index b1861bac..39719ef8 100755 --- a/tracker-hatire/thread.hpp +++ b/tracker-hatire/thread.hpp @@ -165,8 +165,6 @@ public: ~hatire_thread() override; hatire_thread(); - void replace_data_nolock(QByteArray&& data); - QByteArray& send_data_read_nolock(bool& ret); void Log(const QString& message); |