Chromium Code Reviews| Index: build/config/gcc/BUILD.gn |
| diff --git a/build/config/gcc/BUILD.gn b/build/config/gcc/BUILD.gn |
| index 28502c2ec31cb6c1c8dc45598f03524abae406b3..e21fbff8387cec5b42ebe099117a33e86e8689bf 100644 |
| --- a/build/config/gcc/BUILD.gn |
| +++ b/build/config/gcc/BUILD.gn |
| @@ -38,7 +38,3 @@ config("executable_ldconfig") { |
| ] |
| } |
| } |
| - |
| -config("no_exceptions") { |
| - cflags_cc = [ "-fno-exceptions" ] |
| -} |