This file is indexed.

/usr/include/ns3.17/ns3/unused.h is in libns3-dev 3.17+dfsg-1build1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

1
2
3
4
5
6
7
8
#ifndef UNUSED_H
#define UNUSED_H

#ifndef NS_UNUSED
# define NS_UNUSED(x) ((void)(x))
#endif

#endif /* UNUSED_H */