Update YAML for SCP block

With latest code, the FILES directive is not required
for SCP log collection.

Change-Id: I2fd1d8966fcc9b66b675ae59747341036a18febe
Signed-off-by: George Keishing <gkeishin@in.ibm.com>
diff --git a/ffdc/ffdc_config.yaml b/ffdc/ffdc_config.yaml
index d297c07..6f66137 100644
--- a/ffdc/ffdc_config.yaml
+++ b/ffdc/ffdc_config.yaml
@@ -92,10 +92,6 @@
             - 'ls -AX /var/lib/systemd/coredump/core.*'
             - 'ls -AX /var/lib/phosphor-debug-collector/dumps/*/*.tar.xz'
             - 'ls -AX /var/lib/phosphor-debug-collector/hostbootdump/*/*.tar.gz'
-        FILES:
-            - '/var/lib/systemd/coredump/core.*'
-            - '/var/lib/phosphor-debug-collector/dumps/*/*.tar.xz'
-            - '/var/lib/phosphor-debug-collector/hostbootdump/*/*.tar.gz'
         PROTOCOL:
             - 'SCP'
 
@@ -326,8 +322,5 @@
         COMMANDS:
             - 'ls -AX /tmp/htx/htxerr'
             - 'ls -AX /tmp/htx/htxmsg'
-        FILES:
-            - '/tmp/htx/htxerr'
-            - '/tmp/htx/htxmsg'
         PROTOCOL:
             - 'SCP'