mirror of
https://github.com/linux-msm/qrtr.git
synced 2025-12-24 14:06:30 +01:00
Now that we have moved all operations to the control socket we can remove the ns handler. The query function in the library is racy, as there might be non-response messages in our incoming buffer when we start reading, so this is dropped too - rather than just being translated to the new interface. Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>