Explorar el Código

Compile fix for gcc 4.8.3

Removed compile breakting redefinition of UA_Subscription
Ivo Schenk hace 9 años
padre
commit
876ad0dea9
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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;