commit b9e3c50406aeac333955263c028944bb064a695b from: Thomas Adam date: Sun Jul 10 02:37:27 2022 UTC portable: remove stale comments Remove comments which are no longer required. commit - 53d2bdd3e37f479b355cf7c28a6d404076799570 commit + b9e3c50406aeac333955263c028944bb064a695b blob - 1fc16437434d5ea1860ce311c42eed2c43e9dee6 blob + de3e23a73dd41a772812c83e1071f04ecad9ee99 --- include/got_compat.h +++ include/got_compat.h @@ -42,11 +42,6 @@ #include #include -/* -#include -#include -*/ - /* For flock. */ #ifndef O_EXLOCK #define O_EXLOCK 0 blob - 48cc079b9cc95443f3781e53412bc7e5efce4d6e blob + 2614f8dc8c70757784eb4751fbde9d831c3a9ef0 --- tog/tog.c +++ tog/tog.c @@ -58,9 +58,6 @@ #include "got_path.h" #include "got_worktree.h" -//#define update_panels() (0) -//#define doupdate() (0) - #ifndef MIN #define MIN(_a,_b) ((_a) < (_b) ? (_a) : (_b)) #endif