cciddrv: Remove MIN macro

This commit is contained in:
Christina Quast
2015-04-09 09:02:50 +02:00
parent 55cd8734be
commit 2831b8c1a0

View File

@@ -73,9 +73,6 @@
/// Constants: IDs: Device release number.
#define CCIDDriverDescriptors_RELEASE 0x0100
/// Returns the minimum between two values.
#define MIN(a, b) ((a < b) ? a : b)
//------------------------------------------------------------------------------
// Types
//------------------------------------------------------------------------------