Skip to content

Commit

Permalink
Revert "wip"
Browse files Browse the repository at this point in the history
This reverts commit 9b6f9d3.
  • Loading branch information
da-liii committed Nov 13, 2024
1 parent 9b6f9d3 commit d0e89b5
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/Mogan/Research/research.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
******************************************************************************/

#include "tm_configure.hpp"
#include <cpptrace/from_current.hpp>
#include <fcntl.h>
#ifndef OS_WIN
#include <unistd.h>
Expand Down Expand Up @@ -221,10 +220,7 @@ main (int argc, char** argv) {
bench_start ("initialize texmacs");
init_texmacs ();
bench_cumul ("initialize texmacs");
CPPTRACE_TRY { start_scheme (argc, argv, TeXmacs_main); }
CPPTRACE_CATCH (const std::exception& e) {
cpptrace::from_current_exception ().print ();
}
start_scheme (argc, argv, TeXmacs_main);
#ifdef QTTEXMACS
if (headless_mode) delete qtmcoreapp;
else delete qtmapp;
Expand Down

0 comments on commit d0e89b5

Please sign in to comment.