Skip to content

Commit

Permalink
mysys: remove windac my_security_attr_create (#1391)
Browse files Browse the repository at this point in the history
No longer used.
  • Loading branch information
grooverdan committed Feb 14, 2020
1 parent c400a73 commit 8eb0384
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 210 deletions.
7 changes: 0 additions & 7 deletions include/my_sys.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down
1 change: 0 additions & 1 deletion mysys/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ IF (WIN32)
my_wincond.c
my_winerr.c
my_winfile.c
my_windac.c
my_conio.c
my_win_popen.cc)
ENDIF()
Expand Down
202 changes: 0 additions & 202 deletions mysys/my_windac.c

This file was deleted.

0 comments on commit 8eb0384

Please sign in to comment.