You are here

function entity_update_7001 in Entity API 7

Remove the deprecated 'entity_defaults_built' variable.

File

./entity.install, line 35
Install file for the entity API.

Code

function entity_update_7001() {
  variable_del('entity_defaults_built');
}