aboutsummaryrefslogtreecommitdiff
path: root/lib/Bytecode/Writer/SlotTable.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Bytecode/Writer/SlotTable.h')
-rw-r--r--lib/Bytecode/Writer/SlotTable.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/Bytecode/Writer/SlotTable.h b/lib/Bytecode/Writer/SlotTable.h
index 60e0c1fbfd..fbb524ea98 100644
--- a/lib/Bytecode/Writer/SlotTable.h
+++ b/lib/Bytecode/Writer/SlotTable.h
@@ -91,9 +91,6 @@ public:
/// @brief Get the number of planes of values.
size_t value_size() const { return vTable.size(); }
- /// @brief Get the number of types.
- size_t type_size() const { return tPlane.size(); }
-
/// @brief Determine if a specific type plane in the value table exists
bool plane_exists(PlaneNum plane) const {
return vTable.size() > plane;