Author: br
Date: Wed Jul 25 15:44:49 2018
New Revision: 336712
URL: https://svnweb.freebsd.org/changeset/base/336712

Log:
  Remove unused string.
  
  Reported by:  markj@
  Sponsored by: DARPA, AFRL

Modified:
  head/sys/riscv/riscv/swtch.S

Modified: head/sys/riscv/riscv/swtch.S
==============================================================================
--- head/sys/riscv/riscv/swtch.S        Wed Jul 25 15:40:27 2018        
(r336711)
+++ head/sys/riscv/riscv/swtch.S        Wed Jul 25 15:44:49 2018        
(r336712)
@@ -208,8 +208,6 @@ ENTRY(cpu_throw)
 #endif
 
        ret
-.Lcpu_throw_panic_str:
-       .asciz "cpu_throw: %p\0"
 END(cpu_throw)
 
 /*
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to