Skip to content

Commit e020f53

Browse files
committed
refactor: remove redundant PLISQL_DTYPE_EXCEPTION define
1 parent 1622236 commit e020f53

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/pl/plisql/src/pl_exception_type.h

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,6 @@
3030

3131
#include "plisql.h"
3232

33-
/*
34-
* Exception datum type enum value
35-
* NOTE: This must be added to PLiSQL_datum_type enum in plisql.h:
36-
* PLISQL_DTYPE_EXCEPTION = 7
37-
*/
38-
#define PLISQL_DTYPE_EXCEPTION 7
39-
4033
/*
4134
* User-defined exception variable
4235
*

0 commit comments

Comments
 (0)