Remove commented stuff

This commit is contained in:
Rahul Huilgol 2020-02-07 03:32:55 +00:00
parent dd84af21e2
commit 8973baaa12

View File

@ -22,13 +22,4 @@ cc_library(
deps = [
"@aws-c-common",
],
copts = [
#"-std=c99",
#"-D_POSIX_C_SOURCE=199309L",
#"-D_GNU_SOURCE",
],
linkopts = [
#"-lrt",
#"-pthread",
],
)