From 9b2ec6c03ad18c7e18e4621b7b3df30952812fd3 Mon Sep 17 00:00:00 2001 From: Robin | DeepRobin Date: Wed, 31 Jul 2019 21:42:16 +0200 Subject: [PATCH] Improved doc-comment in stackleak_plugin.c Cleaned documentation comment up. I removed the "TODO" because it was very old. --- scripts/gcc-plugins/stackleak_plugin.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/gcc-plugins/stackleak_plugin.c b/scripts/gcc-plugins/stackleak_plugin.c index dbd37460c573ec..d8ba12c3bb2382 100644 --- a/scripts/gcc-plugins/stackleak_plugin.c +++ b/scripts/gcc-plugins/stackleak_plugin.c @@ -144,8 +144,6 @@ static unsigned int stackleak_instrument_execute(void) * * Case in point: native_save_fl on amd64 when optimized for size * clobbers rdx if it were instrumented here. - * - * TODO: any more special cases? */ if (is_leaf && !TREE_PUBLIC(current_function_decl) &&