Removed superfluous search() in compile_on().
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@2021 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -422,7 +422,6 @@ compile_on(
|
|||||||
|
|
||||||
pushsettings( t->settings );
|
pushsettings( t->settings );
|
||||||
result = (*parse->right->func)( parse->right, args );
|
result = (*parse->right->func)( parse->right, args );
|
||||||
t->boundname = search( t->name, &t->time );
|
|
||||||
popsettings( t->settings );
|
popsettings( t->settings );
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user