소스 검색

Remove unused variable

hughsando 11 년 전
부모
커밋
4951d6fa95
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      gencpp.ml

+ 0 - 2
gencpp.ml

@@ -4957,8 +4957,6 @@ let generate_source common_ctx =
       );
    ) common_ctx.types;
 
-   let class_list_file = scriptable || (Common.defined common_ctx Define.DllExport) in
-
 
    (match common_ctx.main with
    | None -> generate_dummy_main common_ctx