emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] master 6d05ca5 07/12: Remove dead code


From: Dmitry Gutov
Subject: [elpa] master 6d05ca5 07/12: Remove dead code
Date: Sat, 15 Jul 2017 13:36:44 -0400 (EDT)

branch: master
commit 6d05ca522b17837b852c5e63429a151a4c03bb7c
Author: Dmitry Gutov <address@hidden>
Commit: Dmitry Gutov <address@hidden>

    Remove dead code
---
 company.el | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/company.el b/company.el
index 386f244..9a3a725 100644
--- a/company.el
+++ b/company.el
@@ -2569,11 +2569,6 @@ If SHOW-VERSION is non-nil, show the version in the echo 
area."
           new
           (company-safe-substring old (+ offset (length new)))))
 
-(defsubst company--length-limit (lst limit)
-  (if (nthcdr limit lst)
-      limit
-    (length lst)))
-
 (defsubst company--window-height ()
   (if (fboundp 'window-screen-lines)
       (floor (window-screen-lines))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]