updates.
[silc.git] / apps / silcd / command_reply.h
index 3b824843c9ef805f64487a86ecea79af0e34cea0..97222f34193b5c1c689bd066abc2b8abe2b56f4b 100644 (file)
@@ -34,7 +34,6 @@ extern SilcServerCommandReply silc_command_reply_list[];
 
 /* Context holding pending command callbacks. */
 typedef struct {
-  SilcServerPendingDestructor destructor;
   SilcCommandCb callback;
   void *context;
 } *SilcServerCommandPendingCallbacks;