Skip to content

Commit

Permalink
Remove errorneously forward declared structs.
Browse files Browse the repository at this point in the history
  • Loading branch information
LightBender committed Feb 24, 2025
1 parent 67930a3 commit 463836c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
5 changes: 0 additions & 5 deletions etc/c/odbc/odbc32.d
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ extern (C)
SQLUSMALLINT day = void;
}
alias DATE_STRUCT = tagDATE_STRUCT;
struct tagDATE_STRUCT;
alias SQL_DATE_STRUCT = tagDATE_STRUCT;
struct tagTIME_STRUCT
{
Expand All @@ -45,7 +44,6 @@ extern (C)
SQLUSMALLINT second = void;
}
alias TIME_STRUCT = tagTIME_STRUCT;
struct tagTIME_STRUCT;
alias SQL_TIME_STRUCT = tagTIME_STRUCT;
struct tagTIMESTAMP_STRUCT
{
Expand All @@ -58,7 +56,6 @@ extern (C)
SQLUINTEGER fraction = void;
}
alias TIMESTAMP_STRUCT = tagTIMESTAMP_STRUCT;
struct tagTIMESTAMP_STRUCT;
alias SQL_TIMESTAMP_STRUCT = tagTIMESTAMP_STRUCT;
struct tagTIME_WITH_TIMEZONE_STRUCT
{
Expand All @@ -69,7 +66,6 @@ extern (C)
SQLUSMALLINT timezone_minutes = void;
}
alias TIME_WITH_TIMEZONE_STRUCT = tagTIME_WITH_TIMEZONE_STRUCT;
struct tagTIME_WITH_TIMEZONE_STRUCT;
alias SQL_TIME_WITH_TIMEZONE_STRUCT = tagTIME_WITH_TIMEZONE_STRUCT;
struct tagTIMESTAMP_WITH_TIMEZONE_STRUCT
{
Expand All @@ -84,7 +80,6 @@ extern (C)
SQLUSMALLINT timezone_minutes = void;
}
alias TIMESTAMP_WITH_TIMEZONE_STRUCT = tagTIMESTAMP_WITH_TIMEZONE_STRUCT;
struct tagTIMESTAMP_WITH_TIMEZONE_STRUCT;
alias SQL_TIMESTAMP_WITH_TIMEZONE_STRUCT = tagTIMESTAMP_WITH_TIMEZONE_STRUCT;
enum SQLINTERVAL
{
Expand Down
5 changes: 0 additions & 5 deletions etc/c/odbc/odbc64.d
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ extern (C)
SQLUSMALLINT day = void;
}
alias DATE_STRUCT = tagDATE_STRUCT;
struct tagDATE_STRUCT;
alias SQL_DATE_STRUCT = tagDATE_STRUCT;
struct tagTIME_STRUCT
{
Expand All @@ -48,7 +47,6 @@ extern (C)
SQLUSMALLINT second = void;
}
alias TIME_STRUCT = tagTIME_STRUCT;
struct tagTIME_STRUCT;
alias SQL_TIME_STRUCT = tagTIME_STRUCT;
struct tagTIMESTAMP_STRUCT
{
Expand All @@ -61,7 +59,6 @@ extern (C)
SQLUINTEGER fraction = void;
}
alias TIMESTAMP_STRUCT = tagTIMESTAMP_STRUCT;
struct tagTIMESTAMP_STRUCT;
alias SQL_TIMESTAMP_STRUCT = tagTIMESTAMP_STRUCT;
struct tagTIME_WITH_TIMEZONE_STRUCT
{
Expand All @@ -72,7 +69,6 @@ extern (C)
SQLUSMALLINT timezone_minutes = void;
}
alias TIME_WITH_TIMEZONE_STRUCT = tagTIME_WITH_TIMEZONE_STRUCT;
struct tagTIME_WITH_TIMEZONE_STRUCT;
alias SQL_TIME_WITH_TIMEZONE_STRUCT = tagTIME_WITH_TIMEZONE_STRUCT;
struct tagTIMESTAMP_WITH_TIMEZONE_STRUCT
{
Expand All @@ -87,7 +83,6 @@ extern (C)
SQLUSMALLINT timezone_minutes = void;
}
alias TIMESTAMP_WITH_TIMEZONE_STRUCT = tagTIMESTAMP_WITH_TIMEZONE_STRUCT;
struct tagTIMESTAMP_WITH_TIMEZONE_STRUCT;
alias SQL_TIMESTAMP_WITH_TIMEZONE_STRUCT = tagTIMESTAMP_WITH_TIMEZONE_STRUCT;
enum SQLINTERVAL
{
Expand Down

0 comments on commit 463836c

Please sign in to comment.