diff options
author | Daniel Black <daniel@linux.ibm.com> | 2020-02-14 20:32:46 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-14 10:32:45 +0100 |
commit | 8eb0384556b68401f420b19a257aaedd6722a91c (patch) | |
tree | a82bea974d93c164ae54d941e071ea45552a0d22 /include | |
parent | c400a73d7a722f009b16a3ffddccf7f052abba31 (diff) | |
download | mariadb-git-8eb0384556b68401f420b19a257aaedd6722a91c.tar.gz |
mysys: remove windac my_security_attr_create (#1391)
No longer used.
Diffstat (limited to 'include')
-rw-r--r-- | include/my_sys.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/include/my_sys.h b/include/my_sys.h index 19faf320b24..71ec7f917c6 100644 --- a/include/my_sys.h +++ b/include/my_sys.h @@ -1070,13 +1070,6 @@ extern void thd_increment_net_big_packet_count(void *thd, size_t length); #ifdef __WIN__ extern my_bool have_tcpip; /* Is set if tcpip is used */ -/* implemented in my_windac.c */ - -int my_security_attr_create(SECURITY_ATTRIBUTES **psa, const char **perror, - DWORD owner_rights, DWORD everybody_rights); - -void my_security_attr_free(SECURITY_ATTRIBUTES *sa); - /* implemented in my_conio.c */ char* my_cgets(char *string, size_t clen, size_t* plen); |