diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2012-08-07 15:40:47 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2012-08-07 18:08:29 +0200 |
commit | 85e94e11bc24c7bf6f4221f488f7529dcb8d8b00 (patch) | |
tree | 21b7897ba2a49adc19e19f4e30c5c7bdc790dc47 /unixODBC | |
parent | adc49a81e940cb84724288a4453b6711f283219f (diff) |
remove empty ascii boxes and stuff II
Change-Id: I7fc113f8d59f7c82bae6acace7bf4230b4c2bbea
Diffstat (limited to 'unixODBC')
-rw-r--r-- | unixODBC/inc/sqltypes.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/unixODBC/inc/sqltypes.h b/unixODBC/inc/sqltypes.h index 69183e83fcd6..a59c089371b7 100644 --- a/unixODBC/inc/sqltypes.h +++ b/unixODBC/inc/sqltypes.h @@ -375,9 +375,6 @@ typedef struct tagSQL_INTERVAL_STRUCT #endif -/**************************** - * - ***************************/ #ifndef ODBCINT64 # if (ODBCVER >= 0x0300) # if (SIZEOF_LONG_INT == 8) |