diff options
| author | Maxime Dénès | 2015-10-09 13:04:56 +0200 |
|---|---|---|
| committer | Maxime Dénès | 2015-10-09 17:40:56 +0200 |
| commit | c47b205206d832430fa80a3386be80149e281d33 (patch) | |
| tree | a0556d85855e068235c5d91d2e909bf0a048a472 /dev/vm_printers.ml | |
| parent | 7c82718f18afa3b317873f756a8801774ef64061 (diff) | |
Code cleaning in VM (with Benjamin).
Rename some functions, remove dead code related to (previously deprecated, now
removed) option Set Boxed Values.
Diffstat (limited to 'dev/vm_printers.ml')
| -rw-r--r-- | dev/vm_printers.ml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dev/vm_printers.ml b/dev/vm_printers.ml index 3d688011c2..802b0f9d80 100644 --- a/dev/vm_printers.ml +++ b/dev/vm_printers.ml @@ -61,7 +61,6 @@ and ppstack s = and ppatom a = match a with | Aid idk -> print_idkey idk - | Aiddef(idk,_) -> print_string "&";print_idkey idk | Aind((sp,i),_) -> print_string "Ind("; print_string (string_of_mind sp); print_string ","; print_int i; |
