changeset 15183:8b9b3677a4d6

pt-jit.h: Remove unused typedef
author Max Brister <max@2bass.com>
date Wed, 15 Aug 2012 23:51:16 -0500
parents a7a56b436de2
children 0b29c16a2645
files src/interp-core/pt-jit.h
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/interp-core/pt-jit.h	Wed Aug 15 23:30:02 2012 -0500
+++ b/src/interp-core/pt-jit.h	Wed Aug 15 23:51:16 2012 -0500
@@ -348,8 +348,6 @@
 
   size_t trip_count (const octave_value& bounds) const;
 
-  // FIXME: Temorary hack to test
-  typedef std::map<tree *, jit_info *> compiled_map;
   llvm::Module *module;
   llvm::PassManager *module_pass_manager;
   llvm::FunctionPassManager *pass_manager;