Skip to content

Commit

Permalink
Library - Remove unused DOKAN_LINK_INFORMATION
Browse files Browse the repository at this point in the history
  • Loading branch information
KoltesDigital authored and Liryna committed Jun 10, 2022
1 parent da3078d commit e02f1ad
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions sys/public.h
Original file line number Diff line number Diff line change
Expand Up @@ -493,12 +493,6 @@ typedef struct _DOKAN_RENAME_INFORMATION {
#pragma warning(pop)
#endif

typedef struct _DOKAN_LINK_INFORMATION {
BOOLEAN ReplaceIfExists;
ULONG FileNameLength;
WCHAR FileName[1];
} DOKAN_LINK_INFORMATION, *PDOKAN_LINK_INFORMATION;

/**
* \struct DOKAN_MOUNT_POINT_INFO
* \brief Dokan Mount point information
Expand Down

0 comments on commit e02f1ad

Please sign in to comment.