kernel: remove obsolete comment from namec()

This commit is contained in:
cinap_lenrek 2015-07-28 10:01:05 +02:00
parent 4bd9ed80c3
commit 20da5094d9

View file

@ -1398,7 +1398,6 @@ namec(char *aname, int amode, int omode, ulong perm)
* any others left unprotected)
*/
n = chartorune(&r, up->genbuf+1)+1;
/* actually / is caught by parsing earlier */
if(up->pgrp->noattach && utfrune("|decp", r)==nil)
error(Enoattach);
t = devno(r, 1);