File tree Expand file tree Collapse file tree 1 file changed +0
-27
lines changed
Expand file tree Collapse file tree 1 file changed +0
-27
lines changed Original file line number Diff line number Diff line change @@ -209,33 +209,6 @@ namespace bin2cpp
209209 output += " ," ;
210210 output += " \n " ;
211211 return output;
212-
213- // if ( !mContext.plainOutput )
214- // {
215- // // C/C++ code generation
216- // static const size_t INDENTATION_SIZE = 8;
217- // std::string output;
218- // output += std::string(INDENTATION_SIZE, ' ');
219- // output += ra::code::cpp::ToCppCharactersArray(buffer, buffer_size);
220- // if ( !is_last_chunk )
221- // output += ",";
222- // output += "\n";
223- // return output;
224- // }
225-
226- // if ( mContext.plainOutput )
227- // {
228- // // C/C++ declaration
229- // std::string output;
230- // if ( index > 0 )
231- // output += "\"";
232- // output += ra::code::cpp::ToCppCharactersArray(buffer, buffer_size);
233- // if ( !is_last_chunk )
234- // output += "\"\n";
235- // return output;
236- // }
237-
238- return " " ;
239212 }
240213
241214}; // bin2cpp
You can’t perform that action at this time.
0 commit comments