Skip to content

Commit

Permalink
Remove unused closql-foreign-table slot
Browse files Browse the repository at this point in the history
  • Loading branch information
tarsius committed Jul 31, 2019
1 parent 675301b commit 70b98db
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion closql.el
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@
(closql-table :initform nil :allocation :class)
(closql-primary-key :initform nil :allocation :class)
(closql-foreign-key :initform nil :allocation :class)
(closql-foreign-table :initform nil :allocation :class)
(closql-order-by :initform nil :allocation :class)
(closql-database :initform nil :initarg :closql-database))
:abstract t)
Expand Down

0 comments on commit 70b98db

Please sign in to comment.