summaryrefslogtreecommitdiffhomepage
path: root/tracker-hatire/thread.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tracker-hatire/thread.cpp')
-rwxr-xr-xtracker-hatire/thread.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/tracker-hatire/thread.cpp b/tracker-hatire/thread.cpp
index a33d58e0..40648c9f 100755
--- a/tracker-hatire/thread.cpp
+++ b/tracker-hatire/thread.cpp
@@ -276,11 +276,6 @@ void hatire_thread::on_serial_read()
portable::sleep(ms);
}
-void hatire_thread::replace_data_nolock(QByteArray&& data)
-{
- data_read = std::move(data);
-}
-
QByteArray& hatire_thread::send_data_read_nolock(bool& ret)
{
constexpr int packet_len = 30;