From 27e94c0b28e500319489ed2e691d0e8560988dca Mon Sep 17 00:00:00 2001 From: david Date: Fri, 17 Apr 2009 16:35:43 +0000 Subject: [PATCH] Remove documentation for the bit.cast NSE function, which doesn't seem to exist. --- nselib/bit.luadoc | 4 ---- 1 file changed, 4 deletions(-) diff --git a/nselib/bit.luadoc b/nselib/bit.luadoc index 0c2ac624a..996605445 100644 --- a/nselib/bit.luadoc +++ b/nselib/bit.luadoc @@ -23,10 +23,6 @@ module "bit" ---- Cast a to an internal integer type. --- @param a Number. -function cast(a) - --- Returns the one's complement of a. -- @param a Number. -- @return The one's complement of a.