Skip to content

Commit 4c4d331

Browse files
committed
lib: delete unused struct ONEOFF_ARRAY
1 parent f4de8fb commit 4c4d331

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

include/gromox/mapidefs.h

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1049,12 +1049,6 @@ struct GX_EXPORT ONEOFF_ENTRYID {
10491049
char *pmail_address;
10501050
};
10511051

1052-
struct GX_EXPORT ONEOFF_ARRAY {
1053-
uint32_t count;
1054-
ONEOFF_ENTRYID *pentry_id;
1055-
I_BEGIN_END(pentry_id, count);
1056-
};
1057-
10581052
struct GX_EXPORT PERMISSION_ROW {
10591053
uint32_t flags, member_id, member_rights;
10601054
BINARY entryid;

0 commit comments

Comments
 (0)