Przeglądaj źródła

Compile fix for gcc 4.8.3

Removed compile breakting redefinition of UA_Subscription
Ivo Schenk 9 lat temu
rodzic
commit
876ad0dea9
1 zmienionych plików z 0 dodań i 1 usunięć
  1. 0 1
      src/ua_session.h

+ 0 - 1
src/ua_session.h

@@ -17,7 +17,6 @@ struct ContinuationPointEntry {
 };
 
 struct UA_Subscription;
-typedef struct UA_Subscription UA_Subscription;
 
 struct UA_Session {
     UA_ApplicationDescription clientDescription;