Skip to content

Commit

Permalink
Merge pull request #88 from Intel-HLS/pv_compression_update
Browse files Browse the repository at this point in the history
update to deflater native code
  • Loading branch information
pnvaidya authored Feb 7, 2018
2 parents 51253aa + 4fe0a1c commit 964ccf0
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/main/native/compression/IntelDeflater.cc
Original file line number Diff line number Diff line change
Expand Up @@ -110,12 +110,6 @@ JNIEXPORT void JNICALL Java_com_intel_gkl_compression_IntelDeflater_resetNative

}

uint8_t *level_buf = NULL;
lz_stream->level = level;
jint level_size =ISAL_DEF_LVL2_DEFAULT;
level_buf = (uint8_t*)malloc(level_size);
lz_stream->level_buf = level_buf;
lz_stream->level_buf_size = ISAL_DEF_LVL2_DEFAULT;
lz_stream->end_of_stream = 0;

// DBG("lz_stream = 0x%lx", (long)lz_stream);
Expand Down

0 comments on commit 964ccf0

Please sign in to comment.