Removing exceptions since not used

Review URL: http://webrtc-codereview.appspot.com/267002

git-svn-id: http://webrtc.googlecode.com/svn/trunk@910 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
kjellander@webrtc.org 2011-11-09 16:11:14 +00:00
parent 03a9eb1526
commit ad79d6f164

View File

@ -76,13 +76,6 @@
'../test/video_rtp_play.cc',
'../test/video_source.cc',
], # source
'conditions': [
['OS=="linux"', {
'cflags': [
'-fexceptions',
],
}],
], # conditions
},
{
'target_name': 'video_coding_unittests',