From 8973baaa12c464d0c20d5ad98dc950a38dd349f0 Mon Sep 17 00:00:00 2001 From: Rahul Huilgol Date: Fri, 7 Feb 2020 03:32:55 +0000 Subject: [PATCH] Remove commented stuff --- third_party/aws/aws-checksums.bazel | 9 --------- 1 file changed, 9 deletions(-) diff --git a/third_party/aws/aws-checksums.bazel b/third_party/aws/aws-checksums.bazel index e4067dbf5b8..5aa175795b8 100644 --- a/third_party/aws/aws-checksums.bazel +++ b/third_party/aws/aws-checksums.bazel @@ -22,13 +22,4 @@ cc_library( deps = [ "@aws-c-common", ], - copts = [ - #"-std=c99", - #"-D_POSIX_C_SOURCE=199309L", - #"-D_GNU_SOURCE", - ], - linkopts = [ - #"-lrt", - #"-pthread", - ], )