# HG changeset patch # User Max Brister # Date 1345092676 18000 # Node ID 8b9b3677a4d6215fff60f9b4022b92c11c8d5959 # Parent a7a56b436de2e5d7e7106b88e26044a1e9d71829 pt-jit.h: Remove unused typedef diff --git a/src/interp-core/pt-jit.h b/src/interp-core/pt-jit.h --- a/src/interp-core/pt-jit.h +++ b/src/interp-core/pt-jit.h @@ -348,8 +348,6 @@ size_t trip_count (const octave_value& bounds) const; - // FIXME: Temorary hack to test - typedef std::map compiled_map; llvm::Module *module; llvm::PassManager *module_pass_manager; llvm::FunctionPassManager *pass_manager;