aboutsummaryrefslogtreecommitdiffhomepage
path: root/gm/discard.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'gm/discard.cpp')
-rw-r--r--gm/discard.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/gm/discard.cpp b/gm/discard.cpp
index 8db3a68ab0..7a1e9d9f44 100644
--- a/gm/discard.cpp
+++ b/gm/discard.cpp
@@ -12,8 +12,6 @@
#include "SkRandom.h"
#include "SkSurface.h"
-#if SK_SUPPORT_GPU
-
namespace skiagm {
/*
@@ -87,5 +85,3 @@ private:
DEF_GM(return new DiscardGM;)
} // end namespace
-
-#endif