diff options
author | Daniel Kolesa <d.kolesa@samsung.com> | 2018-05-13 17:28:47 +0200 |
---|---|---|
committer | Daniel Kolesa <d.kolesa@samsung.com> | 2018-05-13 17:28:47 +0200 |
commit | 6be3809c04fad847e353edecf5b6eef3c8766df4 (patch) | |
tree | 3ea4e72abebffd2446192829b510bef8ca0cfadb /src/lib/ecore_con/efl_net_control_technology.eo | |
parent | 1f4f7e859795c175fddcdceafc25ee89ac78511b (diff) |
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.
Diffstat (limited to '')
-rw-r--r-- | src/lib/ecore_con/efl_net_control_technology.eo | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/ecore_con/efl_net_control_technology.eo b/src/lib/ecore_con/efl_net_control_technology.eo index eecf21af0c..bbf7af81ea 100644 --- a/src/lib/ecore_con/efl_net_control_technology.eo +++ b/src/lib/ecore_con/efl_net_control_technology.eo | |||
@@ -1,5 +1,3 @@ | |||
1 | import efl_net_control_access_point; | ||
2 | |||
3 | enum Efl.Net.Control.Technology_Type { | 1 | enum Efl.Net.Control.Technology_Type { |
4 | [[Technology types | 2 | [[Technology types |
5 | 3 | ||