~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to unittests/temporal_format_test.cc

  • Committer: Mark Atwood
  • Date: 2011-07-03 16:14:16 UTC
  • mfrom: (2353.3.1 drizzle)
  • Revision ID: me@mark.atwood.name-20110703161416-qho1b6h299v1w6i6
mergeĀ lp:~fallenpegasus/drizzle/fix-cppcheck-redundantIfDelete

Show diffs side-by-side

added added

removed removed

Lines of Context:
47
47
 
48
48
  ~TemporalFormatTest()
49
49
  {
50
 
    if (tf != NULL)
51
 
      delete tf;
52
 
    if (temporal != NULL)
53
 
      delete temporal;
 
50
    delete tf;
 
51
    delete temporal;
54
52
  }
55
53
};
56
54