# HG changeset patch # User Paul Boddie # Date 1488751614 -3600 # Node ID fc5943513f3a54ee8014514ef444a2be38045d78 # Parent 4f77c6b2fc68034ec240db8923aadefda7190fd6 Removed superfluous __TEST macro. diff -r 4f77c6b2fc68 -r fc5943513f3a templates/ops.h --- a/templates/ops.h Sun Mar 05 23:00:56 2017 +0100 +++ b/templates/ops.h Sun Mar 05 23:06:54 2017 +0100 @@ -124,10 +124,6 @@ __ref __ISFUNC(__ref obj); int __ISNULL(__attr value); -/* __TEST(obj, __A) -> test obj for the special type attribute __A */ - -#define __TEST(__OBJ, __TYPE) (__test_common_instance(__OBJ, __pos_##__TYPE, __code_##__TYPE)) - /* Attribute codes and positions for type objects. */ unsigned int __TYPECODE(__ref obj);