summaryrefslogtreecommitdiff
path: root/rsov
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2017-02-28 21:22:46 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2017-02-28 21:22:46 +0000
commitcb970436a98aadb3dd10bf613d1fa54d1ca6c445 (patch)
treec13f46232402d165d6b1ac16f36bbe0e925ea010 /rsov
parente3fe99e687d6c1315967251372704bd61663a9d4 (diff)
parent62237219e567b9f972c86e7ca4e96f9b3d5ad4de (diff)
downloadrs-cb970436a98aadb3dd10bf613d1fa54d1ca6c445.tar.gz
Merge "Remove RS_SERVER macros and references to unused headers."
Diffstat (limited to 'rsov')
-rw-r--r--rsov/driver/rsovRuntimeStubs.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/rsov/driver/rsovRuntimeStubs.cpp b/rsov/driver/rsovRuntimeStubs.cpp
index 308c0a53..9b5843c3 100644
--- a/rsov/driver/rsovRuntimeStubs.cpp
+++ b/rsov/driver/rsovRuntimeStubs.cpp
@@ -70,9 +70,7 @@ typedef uint64_t ulong4 __attribute__((ext_vector_type(4)));
typedef uint8_t uchar;
typedef uint16_t ushort;
typedef uint32_t uint;
-#ifndef RS_SERVER
typedef uint64_t ulong;
-#endif
// Add NOLINT to suppress wrong warnings from clang-tidy.
#ifndef __LP64__