You are here

function linkedin_update_7100 in LinkedIn Integration 7

Remove unused variable linkedin_auth_login_block.

File

./linkedin.install, line 86
Install, update and uninstall functions for the linkedin module.

Code

function linkedin_update_7100() {
  variable_del('linkedin_auth_login_block');
}