From c3a4dcd101a28de8e80fb69660a981538921b471 Mon Sep 17 00:00:00 2001 From: "kjellander@webrtc.org" Date: Wed, 9 Nov 2011 16:11:44 +0000 Subject: [PATCH] Removing exceptions since not used Review URL: http://webrtc-codereview.appspot.com/266008 git-svn-id: http://webrtc.googlecode.com/svn/trunk@911 4adac7df-926f-26a2-2b94-8c16560cd09d --- src/modules/video_processing/main/test/vpm_tests.gypi | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/modules/video_processing/main/test/vpm_tests.gypi b/src/modules/video_processing/main/test/vpm_tests.gypi index cabce77252..969774af08 100644 --- a/src/modules/video_processing/main/test/vpm_tests.gypi +++ b/src/modules/video_processing/main/test/vpm_tests.gypi @@ -33,13 +33,6 @@ 'unit_test/denoising_test.cc', 'unit_test/unit_test.cc', ], # source - 'conditions': [ - ['OS=="linux"', { - 'cflags': [ - '-fexceptions', - ], - }], - ], # conditions }, ], }