summaryrefslogtreecommitdiff
path: root/source/val/validation_state.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/val/validation_state.h')
-rw-r--r--source/val/validation_state.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/source/val/validation_state.h b/source/val/validation_state.h
index 7725cfe7..237effad 100644
--- a/source/val/validation_state.h
+++ b/source/val/validation_state.h
@@ -163,7 +163,6 @@ class ValidationState_t {
/// Determines if the op instruction is part of the current section
bool IsOpcodeInCurrentLayoutSection(SpvOp op);
- DiagnosticStream diag(spv_result_t error_code) const;
DiagnosticStream diag(spv_result_t error_code, const Instruction* inst) const;
/// Returns the function states
@@ -518,9 +517,6 @@ class ValidationState_t {
private:
ValidationState_t(const ValidationState_t&);
- /// Deprecated. Use the Instruction variant instead.
- DiagnosticStream diag(spv_result_t error_code, int instruction_counter) const;
-
const spv_const_context context_;
/// Stores the Validator command line options. Must be a valid options object.