From 45ec1d9b56cec41596f806ebf845ebfcd30c9f46 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 23 Dec 2014 09:47:48 +0200 Subject: brute-force find-and-remove of unused #define constants. Change-Id: I7223530ae37297a76654cd00cc1fedb56dbe3adb --- mysqlc/source/mysqlc_connection.hxx | 1 - 1 file changed, 1 deletion(-) (limited to 'mysqlc') diff --git a/mysqlc/source/mysqlc_connection.hxx b/mysqlc/source/mysqlc_connection.hxx index 8d4c0b625655..7377a0ba2d06 100644 --- a/mysqlc/source/mysqlc_connection.hxx +++ b/mysqlc/source/mysqlc_connection.hxx @@ -44,7 +44,6 @@ #include -#define UNUSED_PARAM __attribute__((unused)) namespace sql { -- cgit