diff --git a/dbm/include/mcom_db.h b/dbm/include/mcom_db.h index 260eb9811a9..774b86c4e95 100644 --- a/dbm/include/mcom_db.h +++ b/dbm/include/mcom_db.h @@ -294,11 +294,6 @@ typedef enum { LockOutDatabase, UnlockDatabase } DBLockFlagEnum; #define DB_TXN 0x8000 /* Do transactions. */ #endif -/* if we're using gcc's -pedantic-errors, uint isn't defined */ -#if !defined(HAVE_UINT) -typedef unsigned int uint; -#endif - /* Access method description structure. */ typedef struct __db { DBTYPE type; /* Underlying db type. */