From 44797e2925df3cee2ac6a053585eb8c3c39753d7 Mon Sep 17 00:00:00 2001 From: Matt Pharr Date: Tue, 21 Aug 2012 16:27:49 -0700 Subject: [PATCH] remove incorrect assert --- module.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/module.cpp b/module.cpp index d371bba5..3888d923 100644 --- a/module.cpp +++ b/module.cpp @@ -1082,7 +1082,6 @@ lEmitStructDecls(std::vector &structTypes, FILE *file) { std::vector emittedStructs; for (unsigned int i = 0; i < structTypes.size(); ++i) lEmitStructDecl(structTypes[i], &emittedStructs, file); - Assert(emittedStructs.size() == structTypes.size()); }