~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/Makefile.am

  • Committer: Stewart Smith
  • Date: 2009-09-30 04:40:33 UTC
  • mto: This revision was merged to the branch mainline in revision 1151.
  • Revision ID: stewart@flamingspork.com-20090930044033-992hv54zwh2paald
remove unused Item_param (left over from prepared statements)

Show diffs side-by-side

added added

removed removed

Lines of Context:
270
270
                item/null.h \
271
271
                item/num.h \
272
272
                item/outer_ref.h \
273
 
                item/param.h \
274
273
                item/ref.h \
275
274
                item/ref_null_helper.h \
276
275
                item/return_date_time.h \
635
634
                item/null.cc \
636
635
                item/num.cc \
637
636
                item/outer_ref.cc \
638
 
                item/param.cc \
639
637
                item/ref.cc \
640
638
                item/ref_null_helper.cc \
641
639
                item/row.cc \