Skip to content
Snippets Groups Projects
Commit 73b2b12b authored by Brandon Rodriguez's avatar Brandon Rodriguez
Browse files

Remove outdated code

parent 9dc6ffd2
Branches
No related merge requests found
......@@ -31,9 +31,6 @@ void test_computation_struct();
*/
int main(int argc, char* argv[]) {
// COMPUTATION_STRUCT *a_struct = computation_struct_new(5.55);
// computation_struct_free(a_struct);
// Initialize CUnit registry and check for errors.
if (CU_initialize_registry() != CUE_SUCCESS) {
return CU_get_error();
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment