Skip to content

Commit

Permalink
swiot: Remove conn from preload.
Browse files Browse the repository at this point in the history
Signed-off-by: andrei.danila <andrei.danila@analog.com>
  • Loading branch information
andreidanila1 committed Jun 19, 2024
1 parent 087cd6c commit b747211
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion plugins/swiot/src/swiotplugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ bool SWIOTPlugin::compatible(QString m_param, QString category)

void SWIOTPlugin::preload()
{
Connection *conn = ConnectionProvider::open(m_param);
m_displayName = "SWIOT1L";
m_swiotController = new SwiotController(m_param, this);
m_statusContainer = nullptr;
Expand Down

0 comments on commit b747211

Please sign in to comment.