Remove conditionals in ambuild scripts for using msvc <2013 (not supported).

This commit is contained in:
Nicholas Hastings
2015-01-21 11:04:52 -05:00
parent 18b54b9064
commit aff2551942
2 changed files with 0 additions and 6 deletions
-4
View File
@@ -78,10 +78,6 @@ for sdk_name in SM.sdks:
vs_year = ''
if msvc_ver == 1800:
vs_year = '2013'
elif msvc_ver == 1700:
vs_year = '2012'
elif msvc_ver == 1600:
vs_year = '2010'
else:
raise Exception('Cannot find libprotobuf for MSVC version "' + compiler.version + '"')