Skip to content

Commit

Permalink
removed some unbit useless definition
Browse files Browse the repository at this point in the history
  • Loading branch information
robygior committed Mar 21, 2013
1 parent 9946cbb commit 82e4e54
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 59 deletions.
4 changes: 0 additions & 4 deletions core/uwsgi.c
Expand Up @@ -1605,10 +1605,6 @@ int main(int argc, char *argv[], char *envp[]) {

int i;

#ifdef UNBIT
//struct uidsec_struct us;
#endif

struct utsname uuts;

// signal mask is inherited, and sme process manager could make a real mess...
Expand Down
51 changes: 0 additions & 51 deletions unbit.h

This file was deleted.

4 changes: 0 additions & 4 deletions uwsgi.h
Expand Up @@ -267,10 +267,6 @@ extern "C" {
#include <mach/mach_init.h>
#endif

#ifdef UNBIT
#include "unbit.h"
#endif

#ifdef _POSIX_C_SOURCE
#undef _POSIX_C_SOURCE
#endif
Expand Down

0 comments on commit 82e4e54

Please sign in to comment.