Get rid of ResolvedName.

This commit is contained in:
Bob Nystrom
2013-12-22 20:53:35 -08:00
parent ad1fcf66bc
commit c0169896e6
2 changed files with 32 additions and 44 deletions
+4
View File
@@ -62,4 +62,8 @@
#endif
// Assertion to indicate that the given point in the code should never be
// reached.
#define UNREACHABLE() ASSERT(false, "This line should not be reached.");
#endif