Removed an unused variable.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4451 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2003-09-02 13:08:48 +00:00
parent a6a723ebea
commit 99f9554253

View File

@ -382,7 +382,6 @@ notify_listener(int op, mount_id device, vnode_id parentNode, vnode_id toParentN
{
monitor_listener *listener;
node_monitor *monitor;
status_t status = B_OK;
TRACE(("notify_listener(op = %d, device = %ld, node = %Ld, parent = %Ld, toParent = %Ld"
", name = \"%s\"\n", op, device, node, parentNode, toParentNode, name));