Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

unused variable in ccn-lite-peek #385

Open
MahdiBaghbani opened this issue Mar 30, 2021 · 0 comments
Open

unused variable in ccn-lite-peek #385

MahdiBaghbani opened this issue Mar 30, 2021 · 0 comments

Comments

@MahdiBaghbani
Copy link
Contributor

it seems dummy face is doing nothing in ccn-lite-peek:

declared here

struct ccnl_face_s dummyFace;

memory space set to all zeros here

memset(&dummyFace, 0, sizeof(dummyFace));

no further usage in code, I guess it was supposed to be removed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant