~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/algorithm/crc32.h

  • Committer: Olaf van der Spek
  • Date: 2011-07-04 19:11:47 UTC
  • mto: This revision was merged to the branch mainline in revision 2367.
  • Revision ID: olafvdspek@gmail.com-20110704191147-s99ojek811zi1fzj
Remove unused Name_resolution_context::error_reporter

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
 * src/usr.bin/cksum/crc32.c.
32
32
 */
33
33
 
34
 
#ifndef DRIZZLED_ALGORITHM_CRC32_H
35
 
#define DRIZZLED_ALGORITHM_CRC32_H
 
34
#pragma once
36
35
 
37
36
#ifdef HAVE_SYS_TYPES_H
38
37
# include <sys/types.h>
125
124
} /* namespace algorithm */
126
125
} /* namespace drizzled */
127
126
 
128
 
#endif /* DRIZZLED_ALGORITHM_CRC32_H */