diff options
author | Stephen Hines <srhines@google.com> | 2012-02-01 16:56:03 -0800 |
---|---|---|
committer | Stephen Hines <srhines@google.com> | 2012-02-01 16:56:03 -0800 |
commit | 07c12933e3859804a0da063c1111659285184bef (patch) | |
tree | 153874e8825e7b24a838255624fdf0760e47caeb /libs/rs/rsScriptC.cpp | |
parent | c97992b489161a47f156f03ba605273dfb5e5cc2 (diff) |
Remove wrapper version check assert.
This really shouldn't have been here to begin with, since the wrapper version
should be meaningless to libRS.
Change-Id: I329446ed96d1a70197247735e267b8539a8c83a2
Diffstat (limited to 'libs/rs/rsScriptC.cpp')
-rw-r--r-- | libs/rs/rsScriptC.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libs/rs/rsScriptC.cpp b/libs/rs/rsScriptC.cpp index afc8ba01129e..929dd683f306 100644 --- a/libs/rs/rsScriptC.cpp +++ b/libs/rs/rsScriptC.cpp @@ -206,7 +206,6 @@ bool ScriptC::runCompiler(Context *rsc, return false; } - rsAssert(bcWrapper.getHeaderVersion() == 0); if (bcWrapper.getBCFileType() == bcinfo::BC_WRAPPER) { sdkVersion = bcWrapper.getTargetAPI(); } |