Skip to content

Commit

Permalink
remove obvius comment
Browse files Browse the repository at this point in the history
  • Loading branch information
murilobsd committed Mar 20, 2020
1 parent e0a9f11 commit f948098
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ set(LIB_SRC
error.c
)


### Get the current working branch. ###
execute_process(
COMMAND git rev-parse --abbrev-ref HEAD
Expand Down
1 change: 0 additions & 1 deletion src/serie_int32.c
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ struct serie_int32_impl {
size_t capacity;
};

/* series functions */
static const char *set_name(serie_int32_t *, const char *);
static char *get_name(serie_int32_t *);
static void free_serie(serie_int32_t *);
Expand Down

0 comments on commit f948098

Please sign in to comment.