URLs unchanged after migration

The previous developer had hard coded

update_option('siteurl','http://example.com'); 
update_option('home','http://example.com');

in functions.php which on being removed resolved the issue. Thanks everyone for churning in your suggestions.