Remove unused NUGGET_PARAM_REVERSE command

This was left over from some early testing, and isn't needed now.

Change-Id: I39d5b7804ffa55eb30553c3e085af7301f528753
Signed-off-by: Bill Richardson <wfrichar@google.com>
diff --git a/nugget/include/app_nugget.h b/nugget/include/app_nugget.h
index aeb9943..683117b 100644
--- a/nugget/include/app_nugget.h
+++ b/nugget/include/app_nugget.h
@@ -104,18 +104,6 @@
  * TODO(b/65067435): Remove all of these.
  */
 
-#define NUGGET_PARAM_REVERSE 0xbeef
-/*
- * Reverse a sequence of bytes, just to have something to demonstrate.
- *
- * @param args         any arbitrary bytes
- * @param arg_len      any arbitrary length, within reason
- * @param reply        input bytes, in reverse order
- * @param reply_len    same as arg_len
- *
- * @errors             APP_ERROR_TOO_MUCH
- */
-
 #define NUGGET_PARAM_READ32 0xF000
 /*
  * Read a 32-bit value from memory.