summaryrefslogtreecommitdiffstats
path: root/importtemp/fapi2/include/error_info_defs.H
diff options
context:
space:
mode:
Diffstat (limited to 'importtemp/fapi2/include/error_info_defs.H')
-rw-r--r--importtemp/fapi2/include/error_info_defs.H7
1 files changed, 2 insertions, 5 deletions
diff --git a/importtemp/fapi2/include/error_info_defs.H b/importtemp/fapi2/include/error_info_defs.H
index e0f4a898..31fc3429 100644
--- a/importtemp/fapi2/include/error_info_defs.H
+++ b/importtemp/fapi2/include/error_info_defs.H
@@ -33,9 +33,9 @@
#include <stdint.h>
#include <target.H>
-//#include <variable_buffer.H>
+#include <variable_buffer.H>
-//#include <iostream>
+#include <iostream>
namespace fapi2
{
@@ -230,8 +230,6 @@ namespace fapi2
return EI_FFDC_SIZE_TARGET;
}
- // Comment out this code temporarily for compilation
-#if 0
///
/// @brief Get FFDC Size specialization for variable buffers
///
@@ -242,7 +240,6 @@ namespace fapi2
return std::min(static_cast<uint32_t>(EI_FFDC_MAX_SIZE),
i_thing.getLength<uint8_t>());
}
-#endif
};
OpenPOWER on IntegriCloud