Skip to content

Commit

Permalink
Remove unused debug.h
Browse files Browse the repository at this point in the history
  • Loading branch information
bernhardmgruber committed Jul 3, 2024
1 parent 3a2d18d commit 153ae1d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 44 deletions.
4 changes: 1 addition & 3 deletions thrust/thrust/detail/config/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,9 @@
#include <thrust/detail/config/cpp_dialect.h>
#include <thrust/detail/config/deprecated.h>
#include <thrust/detail/config/simple_defines.h>
// host_system.h & device_system.h must be #included as early as possible
// because other config headers depend on it
// host_system.h & device_system.h must be #included as early as possible because other config headers depend on it
#include <thrust/detail/config/host_system.h>

#include <thrust/detail/config/debug.h>
#include <thrust/detail/config/device_system.h>
#include <thrust/detail/config/global_workarounds.h>
#include <thrust/detail/config/namespace.h>
41 changes: 0 additions & 41 deletions thrust/thrust/detail/config/debug.h

This file was deleted.

0 comments on commit 153ae1d

Please sign in to comment.