Remove old and ugly printing functions
[centaur.git] / src / main.c
index 1672ab41ade4bbbdaaca1766f04f82e3d57b26e7..0eb6e00b3aee7468f12f851a9b0597a4ce4e6ffc 100644 (file)
@@ -38,22 +38,7 @@ int main(int argc, char **argv)
   }
 
 
-  /* Now that we have a (hopefully) sane environment, execute commands.
-   * Printing will have to be reimplemented based on the memory model.
-   */
-  if (opts.printHeader) {
-    printHeader(hIn.e);
-  }
-
-  if (opts.printSegments) {
-    printSegments(hIn.e);
-  }
-
-  if (opts.printSections) {
-    printSections(hIn.e);
-  }
-
-
+  /* Now that we have a (hopefully) sane environment, execute commands. */
   me = elfu_mFromElf(hIn.e);
   if (me) {
     closeElf(&hIn);