mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-23 04:46:55 +03:00
Remove obsolete comments.
This commit is contained in:
parent
2cdb88ccbf
commit
0587a032ac
@ -1119,8 +1119,6 @@ MMAPNULL
|
||||
};
|
||||
|
||||
|
||||
/* FIXME: This part should go to another c module, perhaps tcp.c */
|
||||
|
||||
static void mcfs_free_bucket (int bucket)
|
||||
{
|
||||
g_free (mcfs_connections [bucket].host);
|
||||
@ -1157,6 +1155,5 @@ void tcp_invalidate_socket (int sock)
|
||||
{
|
||||
mcfs_invalidate_socket (sock);
|
||||
}
|
||||
/* FIXME end: 'cause it is used not only by mcfs */
|
||||
|
||||
#endif /* WITH_MCFS */
|
||||
|
Loading…
Reference in New Issue
Block a user