diff options
author | Johann <johannkoenig@google.com> | 2019-04-23 10:02:49 -0700 |
---|---|---|
committer | Johann <johannkoenig@google.com> | 2019-04-23 10:02:49 -0700 |
commit | eb9d819ba17a60d8e232873a7e8e184e5a0a3070 (patch) | |
tree | 683284b43c7957b1b8a7ef7edcfed16baf22b2ef /build | |
parent | 4bc723fabc976ba110c841e28f3db6049e89a25e (diff) | |
download | libvpx-eb9d819ba17a60d8e232873a7e8e184e5a0a3070.tar.gz libvpx-eb9d819ba17a60d8e232873a7e8e184e5a0a3070.tar.bz2 libvpx-eb9d819ba17a60d8e232873a7e8e184e5a0a3070.zip |
remove WIDE_REFERENCE definition
The last usage was removed in 2011:
https://chromium.googlesource.com/webm/libvpx/+/cbf923b12cec2fe7ceea0b94091d64953e56b1fe%5E%21/#F33
Change-Id: I6e837e6f1e55eeea6bbeb3159ce6ddf861bcbd72
Diffstat (limited to 'build')
-rwxr-xr-x | build/make/ads2gas_apple.pl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/build/make/ads2gas_apple.pl b/build/make/ads2gas_apple.pl index 9f2b7d916..848872fa7 100755 --- a/build/make/ads2gas_apple.pl +++ b/build/make/ads2gas_apple.pl @@ -20,7 +20,6 @@ print "@ This file was created from a .asm file\n"; print "@ using the ads2gas_apple.pl script.\n\n"; -print "\t.set WIDE_REFERENCE, 0\n"; print "\t.syntax unified\n"; my %register_aliases; |