aboutsummaryrefslogtreecommitdiff
path: root/sx-interaction.el
diff options
context:
space:
mode:
authorSean Allred <code@seanallred.com>2014-11-27 12:45:24 -0500
committerSean Allred <code@seanallred.com>2014-11-27 12:45:24 -0500
commita009b4ab0416f86dc313cf41adab1c41232df8fe (patch)
tree625a89548f94b087c6a585fae84d7060b62ffe6a /sx-interaction.el
parent37682ac58c419014db7782ba11bf898a90d09da9 (diff)
Prune unused lexical variable
Diffstat (limited to 'sx-interaction.el')
-rw-r--r--sx-interaction.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/sx-interaction.el b/sx-interaction.el
index e4234b0..5f3ece6 100644
--- a/sx-interaction.el
+++ b/sx-interaction.el
@@ -180,8 +180,7 @@ ID is an integer."
(defun sx--add-comment-to-object (comment object)
"Add COMMENT to OBJECT's `comments' property.
OBJECT can be a question or an answer."
- (let ((com-cell (assoc 'comments object))
- (count-cell (assoc 'comment_count object)))
+ (let ((com-cell (assoc 'comments object)))
(if com-cell
(progn
(setcdr