aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests/helper_scripts
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@google.com>2018-10-03 14:23:40 +0200
committerGravatar Jan Tattermusch <jtattermusch@google.com>2018-10-04 11:21:36 +0200
commit01562865e5bbfcd98a5fdf539fe4a70df1cff3d2 (patch)
tree334f0c108f59cab35f599af1e6baf559e6153d8e /tools/run_tests/helper_scripts
parenta2b2927f72fdf31441fc49dbf4ff8ede3f1aa997 (diff)
remove TODO
Diffstat (limited to 'tools/run_tests/helper_scripts')
-rwxr-xr-xtools/run_tests/helper_scripts/pre_build_csharp.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/run_tests/helper_scripts/pre_build_csharp.sh b/tools/run_tests/helper_scripts/pre_build_csharp.sh
index dd4d2e36b2..9f98c440a7 100755
--- a/tools/run_tests/helper_scripts/pre_build_csharp.sh
+++ b/tools/run_tests/helper_scripts/pre_build_csharp.sh
@@ -21,7 +21,6 @@ cd "$(dirname "$0")/../../.."
mkdir -p cmake/build
cd cmake/build
-# TODO(jtattermusch): use RelWithDebInfo for release?
cmake -DgRPC_BUILD_TESTS=OFF -DCMAKE_BUILD_TYPE="${MSBUILD_CONFIG}" ../..
cd ../../src/csharp