Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mpd
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Иван Мажукин
mpd
Commits
97a9c7a8
Commit
97a9c7a8
authored
Oct 26, 2008
by
Max Kellermann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
input_file: removed global constructor
The global constructor is empty, and can be removed.
parent
23552f89
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
7 deletions
+0
-7
input_file.c
src/input_file.c
+0
-4
input_file.h
src/input_file.h
+0
-2
input_stream.c
src/input_stream.c
+0
-1
No files found.
src/input_file.c
View file @
97a9c7a8
...
...
@@ -21,10 +21,6 @@
#include "log.h"
#include "os_compat.h"
void
inputStream_initFile
(
void
)
{
}
static
int
inputStream_fileSeek
(
struct
input_stream
*
is
,
long
offset
,
int
whence
);
...
...
src/input_file.h
View file @
97a9c7a8
...
...
@@ -21,8 +21,6 @@
#include "input_stream.h"
void
inputStream_initFile
(
void
);
int
inputStream_fileOpen
(
struct
input_stream
*
inStream
,
char
*
filename
);
#endif
src/input_stream.c
View file @
97a9c7a8
...
...
@@ -29,7 +29,6 @@
void
initInputStream
(
void
)
{
inputStream_initFile
();
#ifdef HAVE_CURL
input_curl_global_init
();
#endif
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment