Skip to content

Commit

Permalink
Removed unused variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlemstra committed May 18, 2021
1 parent a4ec89d commit 5b44db7
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions magick/nt-base.c
Original file line number Diff line number Diff line change
Expand Up @@ -2259,9 +2259,6 @@ MagickPrivate int NTSystemCommand(const char *command,char *output)
PROCESS_INFORMATION
process_info;

SECURITY_ATTRIBUTES
sa;

size_t
output_offset;

Expand Down Expand Up @@ -2291,9 +2288,6 @@ MagickPrivate int NTSystemCommand(const char *command,char *output)
read_output=(HANDLE) NULL;
if (output != (char *) NULL)
{
sa.nLength=sizeof(SECURITY_ATTRIBUTES);
sa.bInheritHandle=TRUE;
sa.lpSecurityDescriptor=NULL;
if (CreatePipe(&read_output,&write_output,NULL,0))
{
if (SetHandleInformation(write_output,HANDLE_FLAG_INHERIT,
Expand Down

0 comments on commit 5b44db7

Please sign in to comment.