From d3949ad41e5a41d6ad4dd813d10f21ab2f7726c4 Mon Sep 17 00:00:00 2001 From: atrantan Date: Tue, 20 Dec 2016 17:11:58 -0600 Subject: [PATCH] Remove macro redefinition --- examples/compute/cuda/partitioned_vector.cu | 4 ---- 1 file changed, 4 deletions(-) diff --git a/examples/compute/cuda/partitioned_vector.cu b/examples/compute/cuda/partitioned_vector.cu index 4cf5eff18365..d7bb164fada6 100644 --- a/examples/compute/cuda/partitioned_vector.cu +++ b/examples/compute/cuda/partitioned_vector.cu @@ -3,10 +3,6 @@ // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) -#define HPX_APPLICATION_NAME partitioned_vector_cu -#define HPX_APPLICATION_STRING "partitioned_vector_cu" -#define HPX_APPLICATION_EXPORTS - #include #include #include