Skip to content

Commit

Permalink
Bug 1289990 - Remove VS2013 workaround for TestTuple.cpp crash. r=fro…
Browse files Browse the repository at this point in the history
…ydnj
  • Loading branch information
cpeterso committed Jul 28, 2016
1 parent efce011 commit bc47b84
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions mfbt/tests/TestTuple.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,6 @@ using mozilla::UniquePtr;
using mozilla::Unused;
using std::pair;

#if (_MSC_VER == 1800)
// Optimizations in VS2013 on Windows 10 cause an internal compiler error
// with this file.
#pragma optimize("", off)
#endif

#define CHECK(c) \
do { \
bool cond = !!(c); \
Expand Down

0 comments on commit bc47b84

Please sign in to comment.