From e4c4a0c19110aafcad484c51787f5725279c7eb0 Mon Sep 17 00:00:00 2001 From: Seth Howell Date: Wed, 6 May 2020 12:57:04 -0700 Subject: [PATCH] test/make: remove old suppressions. The old suppressions were only relevant for the 20.01 release. We will have new suppressions in the new release though, so leave the plumbing to write out suppressions. Signed-off-by: Seth Howell Change-Id: I0c673244dfc767c31e646fec980a02ca88be37a8 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/2208 Tested-by: SPDK CI Jenkins Reviewed-by: Darek Stojaczyk Reviewed-by: Jim Harris Community-CI: Mellanox Build Bot --- test/make/check_so_deps.sh | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/test/make/check_so_deps.sh b/test/make/check_so_deps.sh index ee9fe447e..3798fe960 100755 --- a/test/make/check_so_deps.sh +++ b/test/make/check_so_deps.sh @@ -27,22 +27,6 @@ function confirm_abi_deps() { fi cat << EOF > ${suppression_file} -[suppress_variable] - name = SPDK_LOG_BDEV -[suppress_variable] - name = SPDK_LOG_BLOBFS_BDEV -[suppress_variable] - name = SPDK_LOG_BLOBFS_BDEV_RPC -[suppress_variable] - name = SPDK_LOG_APP_RPC -[suppress_variable] - name = SPDK_LOG_FTL_CORE -[suppress_variable] - name = SPDK_LOG_FTL_INIT -[suppress_variable] - name = SPDK_LOG_ISCSI -[suppress_variable] - name = SPDK_LOG_SCSI EOF