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:
parent
b429df54d2
commit
240a2c89e8
@ -16,9 +16,6 @@ struct entry_ref;
|
|||||||
|
|
||||||
namespace BPrivate {
|
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(team_id team, char *buffer);
|
||||||
status_t get_app_path(char *buffer);
|
status_t get_app_path(char *buffer);
|
||||||
status_t get_app_ref(team_id team, entry_ref *ref, bool traverse = true);
|
status_t get_app_ref(team_id team, entry_ref *ref, bool traverse = true);
|
||||||
|
@ -18,8 +18,6 @@
|
|||||||
|
|
||||||
namespace BPrivate {
|
namespace BPrivate {
|
||||||
|
|
||||||
BLocker gInitializationLock("global init lock");
|
|
||||||
|
|
||||||
|
|
||||||
/*! \brief Returns the path to an application's executable.
|
/*! \brief Returns the path to an application's executable.
|
||||||
\param team The application's team ID.
|
\param team The application's team ID.
|
||||||
|
Loading…
Reference in New Issue
Block a user