summaryrefslogtreecommitdiff
path: root/src/expr
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2020-02-20 13:07:22 -0600
committerGitHub <noreply@github.com>2020-02-20 11:07:22 -0800
commitc780b1778e97afe15a0eb2522505b796cd5bbe71 (patch)
tree62eb88e0f8180f2ae165c0669a724f9baa53755e /src/expr
parent92f5835e86e6741eb6b273047e0a003212a8b638 (diff)
Minor removals (#3786)
Found while working on parser migration of datatypes.
Diffstat (limited to 'src/expr')
-rw-r--r--src/expr/dtype.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/expr/dtype.h b/src/expr/dtype.h
index b2399472a..08fe9965b 100644
--- a/src/expr/dtype.h
+++ b/src/expr/dtype.h
@@ -243,9 +243,6 @@ class DType
/** is this a tuple datatype? */
bool isTuple() const;
- /** get the record representation for this datatype */
- Record* getRecord() const;
-
/**
* Return the cardinality of this datatype.
* The DType must be resolved.
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback