mirror of
https://github.com/AdaCore/langkit.git
synced 2026-02-12 12:28:12 -08:00
Minor style: Remove useless initialize
Change-Id: Id70e8f59ed4a74f1625eca4c80c2c99b6eae8835
This commit is contained in:
@@ -673,10 +673,7 @@ private
|
||||
-- Predicate used to filter the nodes Traverse_It yields
|
||||
end record;
|
||||
|
||||
overriding
|
||||
procedure Initialize (It : in out Find_Iterator) is null;
|
||||
overriding
|
||||
procedure Finalize (It : in out Find_Iterator);
|
||||
overriding procedure Finalize (It : in out Find_Iterator);
|
||||
|
||||
---------------------------------------------------
|
||||
-- Source location-related operations (interals) --
|
||||
|
||||
Reference in New Issue
Block a user