Skip to content

Commit

Permalink
Unused variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesse Alama committed Feb 15, 2013
1 parent a2e3c97 commit 0407c63
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ce-entities.el
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,6 @@
*xhtml-special-entities*
*xhtml-symbol-entities*))
(let ((decimal-code-point (aref triple 0))
(hexidecimal-code-point (aref triple 1))
(entity (aref triple 2)))
(setf (gethash entity code-point-hash) decimal-code-point)))
code-point-hash))
Expand Down

0 comments on commit 0407c63

Please sign in to comment.