From 02c5544c141ff64565c45330771d17810f725358 Mon Sep 17 00:00:00 2001 From: Evan Miller Date: Mon, 10 Aug 2020 19:19:19 -0400 Subject: [PATCH] Syntax fix --- src/odbc/odbc.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/odbc/odbc.c b/src/odbc/odbc.c index 3a15dab..73ee185 100644 --- a/src/odbc/odbc.c +++ b/src/odbc/odbc.c @@ -1291,9 +1291,6 @@ SQLRETURN SQL_API SQLColumns( SQLSMALLINT cbTableName, SQLCHAR *szColumnName, SQLSMALLINT cbColumnName) -#ifdef HAVE_ATTRIBUTE_ALIAS -__attribute__((used)) -#endif { struct _hstmt *stmt = (struct _hstmt *) hstmt; MdbSQL *sql = stmt->sql;