Chromium Code Reviews| Index: mozilla/security/nss/lib/softoken/sftkdbt.h |
| =================================================================== |
| --- mozilla/security/nss/lib/softoken/sftkdbt.h (revision 166571) |
| +++ mozilla/security/nss/lib/softoken/sftkdbt.h (working copy) |
| @@ -9,11 +9,4 @@ |
| #define SDB_MAX_META_DATA_LEN 256 |
| #define SDB_ULONG_SIZE 4 |
| -typedef enum { |
| - SDB_SQL, |
| - SDB_EXTERN, |
| - SDB_LEGACY, |
| - SDB_MULTIACCESS |
| -} SDBType; |
| - |
| #endif |