Skip to content

Commit

Permalink
Remove a bit of dead code.
Browse files Browse the repository at this point in the history
  • Loading branch information
regehr committed Aug 5, 2011
1 parent 7dfe62f commit 6f60861
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/OutputMgr.cpp
Expand Up @@ -380,11 +380,6 @@ OutputMgr::OutputHeader(int argc, char *argv[], unsigned long seed)
else
out << simple_runtime_include << endl;

//if (CGOptions::compute_hash()) {
//out << "static uint32_t crc32_tab[256];" << endl;
//out << "static uint32_t crc32_context = 0xFFFFFFFFUL;" << endl;
//}
//else {
if (!CGOptions::compute_hash()) {
if (CGOptions::allow_int64())
out << "volatile uint64_t " << Variable::sink_var_name << " = 0;" << endl;
Expand Down

0 comments on commit 6f60861

Please sign in to comment.