Skip to content
This repository was archived by the owner on Apr 28, 2022. It is now read-only.

Commit 9daf6c5

Browse files
committed
Cleanup unused variable from the block device
1 parent 1dc0d5f commit 9daf6c5

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/udisks2block.cpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,6 @@ UDisks2::Block::Block(const QString &path, const UDisks2::InterfacePropertyMap &
2828
qCWarning(lcMemoryCardLog) << "Failed to connect to Block properties change interface" << m_path << m_connection.lastError().message();
2929
}
3030

31-
QDBusInterface dbusPropertyInterface(UDISKS2_SERVICE,
32-
m_path,
33-
DBUS_OBJECT_PROPERTIES_INTERFACE,
34-
m_connection);
35-
3631
qCInfo(lcMemoryCardLog) << "Creating a new block. Mountable:" << m_mountable << ", encrypted:" << m_encrypted << "object path:" << m_path << "data is empty:" << m_data.isEmpty();
3732

3833
if (m_interfacePropertyMap.isEmpty()) {

0 commit comments

Comments
 (0)