Skip to content

Commit f2b75a8

Browse files
authored
status is unused
Remove unused status variable
1 parent 9e88008 commit f2b75a8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

api_examples/magick_command.c

+1-2
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@ int main(int argc, char **argv)
2929
MagickCoreGenesis(argv[0],MagickFalse);
3030

3131
{
32-
MagickBooleanType status;
33-
32+
3433
ImageInfo *image_info = AcquireImageInfo();
3534
ExceptionInfo *exception = AcquireExceptionInfo();
3635

0 commit comments

Comments
 (0)