nikclayton / ob-sql-mode

sql-mode backend for Org Babel
GNU General Public License v3.0
31 stars 10 forks source link

Fix byte-compile warnings about unused variables #1

Closed syohex closed 7 years ago

syohex commented 7 years ago

This fixes following byte-compile warnings.

ob-sql-mode.el:181:1:Warning: Unused lexical variable ‘result-type’
ob-sql-mode.el:181:1:Warning: Unused lexical variable ‘result-params’
ob-sql-mode.el:181:1:Warning: Unused lexical variable ‘vars’
ob-sql-mode.el:210:1:Warning: Unused lexical argument ‘r’
stardiviner commented 7 years ago

Any progress on this? hope to be use on my Org files now. @nikclayton