aboutsummaryrefslogtreecommitdiffstats
path: root/backend/PrintAsm.ml
diff options
context:
space:
mode:
authorBernhard Schommer <bernhardschommer@gmail.com>2017-02-06 14:01:33 +0100
committerBernhard Schommer <bernhardschommer@gmail.com>2017-02-06 14:01:33 +0100
commit53c7c86c54fc8ec9d04afcc209d775b61922f627 (patch)
treeff8e2ae3779f8b704864f382f0c57a90ccd474b3 /backend/PrintAsm.ml
parent0471b29ce6de7dfb4f44f4ceec76251e35934aec (diff)
downloadcompcert-kvx-53c7c86c54fc8ec9d04afcc209d775b61922f627.tar.gz
compcert-kvx-53c7c86c54fc8ec9d04afcc209d775b61922f627.zip
Remove unused open
Diffstat (limited to 'backend/PrintAsm.ml')
-rw-r--r--backend/PrintAsm.ml1
1 files changed, 0 insertions, 1 deletions
diff --git a/backend/PrintAsm.ml b/backend/PrintAsm.ml
index 9292745d..1f100b7e 100644
--- a/backend/PrintAsm.ml
+++ b/backend/PrintAsm.ml
@@ -13,7 +13,6 @@
open AST
open Camlcoq
-open !Datatypes
open DwarfPrinter
open PrintAsmaux
open Printf