From 6be3809c04fad847e353edecf5b6eef3c8766df4 Mon Sep 17 00:00:00 2001 From: Daniel Kolesa Date: Sun, 13 May 2018 17:28:47 +0200 Subject: eolian: first batch of unused import removals Initial results of our static analysis showed a bunch of unused imports or imports used only for documentation references. In the first case, remove entirely, in the second case, change to 'parse' in order to keep references working. The static analysis is not perfect and yields false negatives for certain cases, so there will be a second batch later. --- src/lib/eldbus/eldbus_types.eot | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/lib/eldbus') diff --git a/src/lib/eldbus/eldbus_types.eot b/src/lib/eldbus/eldbus_types.eot index f68868c..ebd3130 100644 --- a/src/lib/eldbus/eldbus_types.eot +++ b/src/lib/eldbus/eldbus_types.eot @@ -1,5 +1,3 @@ -import eina_types; - struct Eldbus.Proxy; [[Represents a client object bound to an interface]] struct Eldbus.Connection; [[Represents a connection of one the type of connection with the DBus daemon.]] struct Eldbus.Object; [[Represents an object path already attached with bus name or unique id]] -- cgit v1.1