Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9e4b9e commit a4ae4cfCopy full SHA for a4ae4cf
1 file changed
source/core/coverage/ut_coverage_helper_block.pkb
@@ -16,13 +16,6 @@ create or replace package body ut_coverage_helper_block is
16
limitations under the License.
17
*/
18
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
26
type t_block_row is record(
27
line binary_integer
28
,blocks binary_integer
0 commit comments