summaryrefslogtreecommitdiff
path: root/rsRuntime.h
diff options
context:
space:
mode:
authorMiao Wang <miaowang@google.com>2017-02-27 15:19:36 -0800
committerMiao Wang <miaowang@google.com>2017-02-28 11:43:56 -0800
commit62237219e567b9f972c86e7ca4e96f9b3d5ad4de (patch)
tree0129fbc391e0ef1924b6d770d284cf4f47a8953a /rsRuntime.h
parent86323805421a64c09d49e26a7c70bc8714dfd6a4 (diff)
downloadrs-62237219e567b9f972c86e7ca4e96f9b3d5ad4de.tar.gz
Remove RS_SERVER macros and references to unused headers.
- The RS_SERVER macros were intended to have a version of RenderScript running on the desktop. It has not fully worked for a very long time. Bug: 35473587 Test: build and CTS tests pass Change-Id: I0da3fc9d4601951442384d05f9dbecaeddeff8cc
Diffstat (limited to 'rsRuntime.h')
-rw-r--r--rsRuntime.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/rsRuntime.h b/rsRuntime.h
index 466196db..e1fbd51e 100644
--- a/rsRuntime.h
+++ b/rsRuntime.h
@@ -17,10 +17,6 @@
#include "rsContext.h"
#include "rsScriptC.h"
-#if !defined(RS_SERVER) && !defined(RS_COMPATIBILITY_LIB)
-#include "utils/Timers.h"
-#endif
-
#include <time.h>
namespace android {