Skip to content

Commit

Permalink
fix(base): remove unused constexpr variable
Browse files Browse the repository at this point in the history
  • Loading branch information
chokobole committed May 8, 2024
1 parent 4ba6bb0 commit b30a8f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tachyon/base/threading/platform_thread_linux.cc
Original file line number Diff line number Diff line change
Expand Up @@ -134,11 +134,11 @@ long sched_setattr(pid_t pid,
#endif // BUILDFLAG(IS_CHROMEOS)

#if !BUILDFLAG(IS_NACL)
/*
TODO(chokobole):
const char kCgroupDirectory[] =
"/sys/fs/cgroup";
/*
TODO(chokobole):
FilePath ThreadTypeToCgroupDirectory(const FilePath& cgroup_filepath,
ThreadType thread_type) {
switch (thread_type) {
Expand Down

0 comments on commit b30a8f6

Please sign in to comment.