X-Git-Url: https://git.rrq.au/?a=blobdiff_plain;f=vector%2FTupleSchema.h;h=7bfb67d33305511c08f95cf6c3552833c50b95e1;hb=48cdb87442b7b3f1cdde9c1710ed90ec773dce97;hp=72fdc1e5bdc28a5059280c5576a1e042a7477202;hpb=813cf9d12ff1b1c58e508485c977d33caaf89a86;p=rrq%2Frrqmisc.git diff --git a/vector/TupleSchema.h b/vector/TupleSchema.h index 72fdc1e..7bfb67d 100644 --- a/vector/TupleSchema.h +++ b/vector/TupleSchema.h @@ -20,11 +20,6 @@ typedef struct TupleSchema { */ ItemKeyFun base; - /** - * This is the number of columns in a tuple. - */ - int arity; - /** * This points to tuple whose elements is array of pointers to the * tuple item domains as represented by their associated @@ -38,7 +33,7 @@ typedef struct TupleSchema { * * \related TupleSchema */ -extern TupleSchema *TupleSchema_create(int arity,Tuple *columns); +extern TupleSchema *TupleSchema_create(Tuple *columns); /** * Copy the given TupleSchema into a new TupleSchema with some columns