Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
6
66
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Eric Vidal
66
Commits
91867931
Commit
91867931
authored
10 months ago
by
Eric Vidal
Browse files
Options
Downloads
Patches
Plain Diff
Remove parse_get_section_id function
parent
e5a04d26
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/lib66/parse/deps-lib/deps
+0
-1
0 additions, 1 deletion
src/lib66/parse/deps-lib/deps
src/lib66/parse/parse_get_section_id.c
+0
-30
0 additions, 30 deletions
src/lib66/parse/parse_get_section_id.c
with
0 additions
and
31 deletions
src/lib66/parse/deps-lib/deps
+
0
−
1
View file @
91867931
...
...
@@ -7,7 +7,6 @@ parse_contents.o
parse_db_migrate.o
parse_error.o
parse_frontend.o
parse_get_section_id.o
parse_get_section.o
parse_get_value_of_key.o
parse_interdependences.o
...
...
This diff is collapsed.
Click to expand it.
src/lib66/parse/parse_get_section_id.c
deleted
100644 → 0
+
0
−
30
View file @
e5a04d26
/*
* parse_get_section_id.c
*
* Copyright (c) 2024 Eric Vidal <eric@obarun.org>
*
* All rights reserved.
*
* This file is part of Obarun. It is subject to the license terms in
* the LICENSE file found in the top-level directory of this
* distribution.
* This file may not be copied, modified, propagated, or distributed
* except according to the terms contained in the LICENSE file./
*/
#include
<oblibs/log.h>
#include
<66/enum.h>
int
parse_get_section_id
(
char
const
*
name
)
{
log_flow
()
;
int
sid
=
-
1
;
sid
=
get_enum_by_key
(
name
)
;
if
(
sid
<
0
)
log_warn
(
"get section id"
)
;
return
sid
;
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment