浏览代码

Compile fix for gcc 4.8.3

Removed compile breakting redefinition of UA_Subscription
Ivo Schenk 9 年之前
父节点
当前提交
876ad0dea9
共有 1 个文件被更改,包括 0 次插入1 次删除
  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;