Removed no longer needed gInitializationLock.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34385 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold 2009-11-30 16:34:13 +00:00
parent b429df54d2
commit 240a2c89e8
2 changed files with 0 additions and 5 deletions

View File

@ -16,9 +16,6 @@ struct entry_ref;
namespace BPrivate {
// Global lock that can be used e.g. to initialize singletons.
extern BLocker gInitializationLock;
status_t get_app_path(team_id team, char *buffer);
status_t get_app_path(char *buffer);
status_t get_app_ref(team_id team, entry_ref *ref, bool traverse = true);

View File

@ -18,8 +18,6 @@
namespace BPrivate {
BLocker gInitializationLock("global init lock");
/*! \brief Returns the path to an application's executable.
\param team The application's team ID.