Skip to content

Commit c4d0ab0

Browse files
committed
Remove redundant exception handling in build_annot_cache_for_sources procedure
1 parent 1cdeb9c commit c4d0ab0

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

source/core/annotations/ut_annotation_manager.pkb

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -168,12 +168,6 @@ create or replace package body ut_annotation_manager as
168168
);
169169
l_object_lines.delete;
170170
end if;
171-
exception
172-
when others then
173-
if a_sources_cursor%isopen then
174-
close a_sources_cursor;
175-
end if;
176-
raise;
177171
end;
178172
if a_sources_cursor%isopen then
179173
close a_sources_cursor;

0 commit comments

Comments
 (0)