Skip to content

Commit

Permalink
status is unused
Browse files Browse the repository at this point in the history
Remove unused status variable
  • Loading branch information
NickNaso authored Feb 28, 2017
1 parent 9e88008 commit f2b75a8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions api_examples/magick_command.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@ int main(int argc, char **argv)
MagickCoreGenesis(argv[0],MagickFalse);

{
MagickBooleanType status;


ImageInfo *image_info = AcquireImageInfo();
ExceptionInfo *exception = AcquireExceptionInfo();

Expand Down

0 comments on commit f2b75a8

Please sign in to comment.