~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/heap/hp_close.cc

Merge Stewart's dead code removal

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
/* close a heap-database */
17
17
 
18
18
#include "heap_priv.h"
19
 
#include <cstdlib>
20
19
 
21
20
using namespace std;
22
21