diff --git a/closql.el b/closql.el index 45b6e10..1405c19 100644 --- a/closql.el +++ b/closql.el @@ -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)