diff options
author | Pixel <pixel@nobis-crew.org> | 2009-12-19 21:05:48 -0800 |
---|---|---|
committer | Pixel <pixel@nobis-crew.org> | 2009-12-19 21:05:48 -0800 |
commit | 25b0166dca330f1bce022e015e04965220ea0a01 (patch) | |
tree | dd0aef17b6374abbb342d9cff874ab3205ecfea6 | |
parent | 01cde00a913188efe5f17b0fa65556d29557a6de (diff) |
Removing useless comment.
-rw-r--r-- | dalos-binaryops.lua | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/dalos-binaryops.lua b/dalos-binaryops.lua index 91e1d04..356a58b 100644 --- a/dalos-binaryops.lua +++ b/dalos-binaryops.lua @@ -1,6 +1,3 @@ --- bit.tobit bit.tohex bit.bnot bit.band bit.bor bit.bxor
--- bit.lshift bit.rshift bit.arshift bit.rol bit.ror bit.bswap
-
dalosp.binaryops = {
operations = {
XOR = 0,
|