diff options
Diffstat (limited to 'core/callable.h')
-rw-r--r-- | core/callable.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/callable.h b/core/callable.h index 1f6ff48d4f..7fd6b54cf7 100644 --- a/core/callable.h +++ b/core/callable.h @@ -45,7 +45,6 @@ class CallableCustom; // but can be optimized or customized. class Callable { - //needs to be max 16 bytes in 64 bits StringName method; union { |