diff options
author | CamVan Nguyen <ctnguyen@us.ibm.com> | 2012-07-03 12:03:05 -0500 |
---|---|---|
committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2012-07-10 13:52:29 -0500 |
commit | 5151c0b22f5d470008e19307e3b11fb848a2d9a5 (patch) | |
tree | ab384c98770665f153bf983513016a9617156367 /src/usr/hwpf/ifcompiler/initRpn.H | |
parent | a480d37a977518ff1075fc50d67a97f54663873d (diff) | |
download | talos-hostboot-5151c0b22f5d470008e19307e3b11fb848a2d9a5.tar.gz talos-hostboot-5151c0b22f5d470008e19307e3b11fb848a2d9a5.zip |
SCOM Initfile: Improve error and debug tracing in the initfile compiler error/debug paths.
Fix miscellaneous bugs.
Change-Id: I9ca5f870a756a6be2924f3d9e1c0750b2ce1e0ab
RTC: 43488
Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1290
Tested-by: Jenkins Server
Reviewed-by: MIKE J. JONES <mjjones@us.ibm.com>
Reviewed-by: Douglas R. Gilbert <dgilbert@us.ibm.com>
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/hwpf/ifcompiler/initRpn.H')
-rwxr-xr-x | src/usr/hwpf/ifcompiler/initRpn.H | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/src/usr/hwpf/ifcompiler/initRpn.H b/src/usr/hwpf/ifcompiler/initRpn.H index 5f6fddd32..3d3f4eed9 100755 --- a/src/usr/hwpf/ifcompiler/initRpn.H +++ b/src/usr/hwpf/ifcompiler/initRpn.H @@ -39,6 +39,7 @@ // camvanng 05/22/12 Ability to do simple operations on attributes // in the scom_data column // SW146714 camvanng 06/08/12 Use two bytes to store row rpn sequence byte count +// camvanng 06/27/12 Delete push_attr_enum() // End Change Log ********************************************************************************* /** @@ -124,15 +125,6 @@ namespace init */ void push_array_index(std::string &i_array_idx); - /** - * @brief Add an attribute enum - * - * @param[in] i_attr_enum attribute enum name - * - * @return Void - */ - void push_attr_enum(std::string &i_attr_enum); - Rpn * push_op(IfRpnOp op); //<<< Add an operation to the Rpn sequence /** |