From a3086cbc37fb157788665f357a6891a9419a2090 Mon Sep 17 00:00:00 2001 From: Jules Villard Date: Wed, 3 Jul 2019 04:36:08 -0700 Subject: [PATCH] [clang] remove 3 year obsolete TODO Summary: Was fixed in D2895364. Reviewed By: mbouaziz, ngorogiannis Differential Revision: D16090038 fbshipit-source-id: 10340bb1f --- infer/src/clang/cTrans.ml | 1 - 1 file changed, 1 deletion(-) diff --git a/infer/src/clang/cTrans.ml b/infer/src/clang/cTrans.ml index 07f497bb8..cb2ba4a49 100644 --- a/infer/src/clang/cTrans.ml +++ b/infer/src/clang/cTrans.ml @@ -3802,7 +3802,6 @@ module CTrans_funct (F : CModule_type.CFrontend) : CModule_type.CTranslation = s exec_with_node_creation ~f:instruction trans_state stmt - (* TODO write translate function for cxx constructor exprs *) and get_custom_stmt_trans stmt = match stmt with | `ClangStmt stmt ->