Skip to content

Commit a4ae4cf

Browse files
committed
Removed dead code.
1 parent e9e4b9e commit a4ae4cf

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

source/core/coverage/ut_coverage_helper_block.pkb

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,6 @@ create or replace package body ut_coverage_helper_block is
1616
limitations under the License.
1717
*/
1818

19-
type t_proftab_row is record (
20-
line binary_integer,
21-
calls number(38,0)
22-
);
23-
24-
type t_proftab_rows is table of t_proftab_row;
25-
2619
type t_block_row is record(
2720
line binary_integer
2821
,blocks binary_integer

0 commit comments

Comments
 (0)