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
This commit is contained in:
Tyler Dauwalder 2002-09-29 07:24:56 +00:00
parent 5a628d215b
commit 555279ef59

View File

@ -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];
};