Skip to content

Commit

Permalink
mfsd.c SDgetcompress: Remove unused variables. (HDFGroup#506)
Browse files Browse the repository at this point in the history
  • Loading branch information
schwehr authored Feb 7, 2024
1 parent 19c34fe commit fd4e9db
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions mfhdf/libsrc/mfsd.c
Original file line number Diff line number Diff line change
Expand Up @@ -3762,10 +3762,8 @@ SDgetcompress(
comp_info *c_info /* OUT: ptr to compression information structure for storing the retrieved info */
)
{
NC *handle;
NC_var *var = NULL;
intn status = FAIL;
intn ret_value = SUCCEED;
intn status = FAIL;
intn ret_value = SUCCEED;

/* clear error stack */
HEclear();
Expand Down

0 comments on commit fd4e9db

Please sign in to comment.