From c9719c5b5bebeed83f9864825fa93ff6bae2b575 Mon Sep 17 00:00:00 2001 From: Brian Norris Date: Wed, 11 Jul 2012 12:15:06 -0700 Subject: [PATCH] action: remove unused ModelAction::set_value() --- action.h | 1 - 1 file changed, 1 deletion(-) diff --git a/action.h b/action.h index 111ac31..4504fd8 100644 --- a/action.h +++ b/action.h @@ -50,7 +50,6 @@ public: Node * get_node() const { return node; } void set_node(Node *n) { node = n; } - void set_value(int val) { value = val; } bool is_read() const; bool is_write() const; -- 2.34.1