~pbxt-engineers/pbxt/pbxt-conditional-crash

« back to all changes in this revision

Viewing changes to src/database_xt.cc

  • Committer: Paul McCullagh
  • Date: 2010-01-22 14:02:16 UTC
  • Revision ID: paul.mccullagh@primebase.org-20100122140216-5d03mjtcovhwewjx
Removed opened parameter which is no longer required

Show diffs side-by-side

added added

removed removed

Lines of Context:
908
908
        XTTableHPtr                     tab;
909
909
        xtTableID                       tab_id;
910
910
 
911
 
        pushsr_(tab, xt_heap_release, xt_use_table(self, tab_name, no_load, missing_ok, NULL));
 
911
        pushsr_(tab, xt_heap_release, xt_use_table(self, tab_name, no_load, missing_ok));
912
912
        if (!tab) {
913
913
                freer_(); // xt_heap_release(tab)
914
914
                return NULL;