]> granicus.if.org Git - libvpx/commitdiff
remove WIDE_REFERENCE definition
authorJohann <johannkoenig@google.com>
Tue, 23 Apr 2019 17:02:49 +0000 (10:02 -0700)
committerJohann <johannkoenig@google.com>
Tue, 23 Apr 2019 17:02:49 +0000 (10:02 -0700)
The last usage was removed in 2011:
https://chromium.googlesource.com/webm/libvpx/+/cbf923b12cec2fe7ceea0b94091d64953e56b1fe%5E%21/#F33

Change-Id: I6e837e6f1e55eeea6bbeb3159ce6ddf861bcbd72

build/make/ads2gas_apple.pl

index 9f2b7d916f39aaab8afcbe778cd2195e936d4e1d..848872fa7d1f036aa4d5983074bff4ccde906f25 100755 (executable)
@@ -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;