From 4bc0095e0c80dd618feeaa743b5afc71c402fd93 Mon Sep 17 00:00:00 2001 From: Danilo Piparo Date: Tue, 4 Sep 2018 15:23:57 +0200 Subject: [PATCH] Remove file which was left there by 693624 --- include/cling/module.modulemap.build | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 include/cling/module.modulemap.build diff --git a/include/cling/module.modulemap.build b/include/cling/module.modulemap.build deleted file mode 100644 index 44d88cb0..00000000 --- a/include/cling/module.modulemap.build +++ /dev/null @@ -1,15 +0,0 @@ -// Only included at runtime. -module Cling_Runtime { - module "RuntimeUniverse.h" { header "Interpreter/RuntimeUniverse.h" export * } - module "DynamicLookupRuntimeUniverse.h" { header "Interpreter/DynamicLookupRuntimeUniverse.h" export * } - module "RuntimePrintValue.h" { header "Interpreter/RuntimePrintValue.h" export * } - export * -} - -// Included in both compile time and runtime. -module Cling_Runtime_Extra { - module "DynamicExprInfo.h" { header "Interpreter/DynamicExprInfo.h" export * } - module "DynamicLookupLifetimeHandler.h" { header "Interpreter/DynamicLookupLifetimeHandler.h" export * } - module "Value.h" { header "Interpreter/Value.h" export * } - export * -}