Page MenuHomePhabricator

Remove table_exists() function in install-utils.inc
Closed, ResolvedPublic

Description

Author: Webbed.Pete

Description:
I had to rename to mw_table_exists() to enable integration with another large
package.

Patch attached to rename. Perhaps the function can be completely removed instead?


Version: unspecified
Severity: trivial

Details

Reference
bz9220

Event Timeline

bzimport raised the priority of this task from to Low.Nov 21 2014, 9:40 PM
bzimport set Reference to bz9220.
bzimport added a subscriber: Unknown Object (MLST).

Webbed.Pete wrote:

Patch to rename unused table_exists() function

attachment 070307 bug-install_utils name conflict.patch ignored as obsolete

robchur wrote:

Remove references and delete it, rather than renaming it and hiding it under the
carpet.

Webbed.Pete wrote:

There are no references in the code base; should be safe to remove.

Webbed.Pete wrote:

Patch to remove unused table_exists() global function

Attached:

ayg wrote:

Confirmed that I find no references in trunk, either phase3 or extensions.

Removed field_exists, field_info and table_exists in r21286.