From 555279ef59bfcbd6acc9f6587728ed8b19b987d1 Mon Sep 17 00:00:00 2001 From: Tyler Dauwalder Date: Sun, 29 Sep 2002 07:24:56 +0000 Subject: [PATCH] Removed an old and inaccurate comment I just noticed. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1280 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- headers/private/app/RegistrarThread.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/headers/private/app/RegistrarThread.h b/headers/private/app/RegistrarThread.h index 7850a870f8..479399551e 100644 --- a/headers/private/app/RegistrarThread.h +++ b/headers/private/app/RegistrarThread.h @@ -38,7 +38,7 @@ private: static int32 EntryFunction(void *data); status_t fStatus; - thread_id fId; // Initially -1, to be set prior to thread execution and neverafter changed + thread_id fId; char fName[B_OS_NAME_LENGTH]; };