From cc321b72f192499ab7f8ffb01a69c663f84b9d20 Mon Sep 17 00:00:00 2001 From: Brian Norris Date: Wed, 23 Jan 2013 10:30:46 -0800 Subject: [PATCH] nodestack: remove extra blank lines --- nodestack.cc | 3 --- nodestack.h | 1 - 2 files changed, 4 deletions(-) diff --git a/nodestack.cc b/nodestack.cc index ccf79e4..a4d2b1a 100644 --- a/nodestack.cc +++ b/nodestack.cc @@ -195,7 +195,6 @@ bool Node::promise_empty() const return true; } - void Node::set_misc_max(int i) { misc_max = i; @@ -216,7 +215,6 @@ bool Node::misc_empty() const return (misc_index + 1) >= misc_max; } - /** * Adds a value from a weakly ordered future write to backtrack to. This * operation may "fail" if the future value has already been run (within some @@ -399,7 +397,6 @@ modelclock_t Node::get_future_value_expiration() const return future_values[future_index].expiration; } - int Node::get_read_from_size() const { return may_read_from.size(); diff --git a/nodestack.h b/nodestack.h index 2dddf72..dc872c7 100644 --- a/nodestack.h +++ b/nodestack.h @@ -43,7 +43,6 @@ struct fairness_info { bool priority; }; - /** * @brief A single node in a NodeStack * -- 2.34.1