From cfa8e7c83e31165ba66effecf556474889468456 Mon Sep 17 00:00:00 2001 From: baldurk Date: Thu, 20 Jun 2019 12:58:07 +0100 Subject: [PATCH] Remove old unused version tagging in embedded android library --- renderdoc/android/android_patch.cpp | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/renderdoc/android/android_patch.cpp b/renderdoc/android/android_patch.cpp index bd53ac1bf..9863bc0b7 100644 --- a/renderdoc/android/android_patch.cpp +++ b/renderdoc/android/android_patch.cpp @@ -29,16 +29,6 @@ #include "strings/string_utils.h" #include "android_utils.h" -// we use GIT_COMMIT_HASH here instead of GitVersionHash since the value is actually only used on -// android - where GIT_COMMIT_HASH is available globally. We need to have it available in a static -// initializer at compile time, which wouldn't be possible with GitVersionHash. -#if !defined(GIT_COMMIT_HASH) -#define GIT_COMMIT_HASH "NO_GIT_COMMIT_HASH_DEFINED_AT_BUILD_TIME" -#endif - -extern "C" RENDERDOC_API const char RENDERDOC_Version_Tag_String[] = - "RenderDoc_build_version: " FULL_VERSION_STRING " from git commit " GIT_COMMIT_HASH; - static const char keystoreName[] = "renderdoc.keystore"; namespace Android