igzip: Remove igzip_inflate_perf

Remove igzip_inflate_perf as all the functionality is duplicated in igzip_perf

Change-Id: I510cc4643a3949e2fa8f30309b5d45a249320b9e
Signed-off-by: Roy Oursler <roy.j.oursler@intel.com>
This commit is contained in:
Roy Oursler
2019-01-24 16:15:12 -07:00
parent 4f79dc1e83
commit 4ac2b7864b
4 changed files with 0 additions and 531 deletions

View File

@@ -119,9 +119,6 @@ test_end "igzip_hist_perf" $?
test_start "igzip_semi_dyn_file_perf"
./igzip_semi_dyn_file_perf $in_file
test_end "igzip_semi_dyn_file_perf" $?
test_start "igzip_inflate_perf"
./igzip_inflate_perf $in_file
test_end "igzip_inflate_perf" $?
test_start "igzip_fuzz_inflate"
./igzip_fuzz_inflate $in_file
test_end "igzip_fuzz_inflate" $?