Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 62c12cd

Browse files
committed
Removed unused variables.
1 parent 1645445 commit 62c12cd

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

source/expectations/data_values/ut_compound_data_value.tpb

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ create or replace type body ut_compound_data_value as
4343

4444
overriding member function to_string return varchar2 is
4545
l_results ut_utils.t_clob_tab;
46-
c_max_rows constant integer := 20;
4746
l_result clob;
4847
l_result_string varchar2(32767);
4948
begin
@@ -91,14 +90,11 @@ create or replace type body ut_compound_data_value as
9190
l_result clob;
9291
l_results ut_utils.t_clob_tab := ut_utils.t_clob_tab();
9392
l_message varchar2(32767);
94-
l_ut_owner varchar2(250) := ut_utils.ut_owner;
9593
l_diff_row_count integer;
9694
l_actual ut_compound_data_value;
9795
l_diff_id ut_compound_data_helper.t_hash;
9896
l_row_diffs ut_compound_data_helper.tt_row_diffs;
99-
l_compare_type varchar2(10);
100-
l_self ut_compound_data_value;
101-
97+
10298
function get_diff_message (a_row_diff ut_compound_data_helper.t_row_diffs,a_is_unordered boolean) return varchar2 is
10399
begin
104100
return ' Row No. '||a_row_diff.rn||' - '||rpad(a_row_diff.diff_type,10)||a_row_diff.diffed_row;

0 commit comments

Comments
 (0)