Skip to content

Commit

Permalink
[10357] PacketLog.* not used in core some time already so drop it.
Browse files Browse the repository at this point in the history
  • Loading branch information
VladimirMangos committed Aug 13, 2010
1 parent ce3479e commit 0d0f055
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 210 deletions.
7 changes: 1 addition & 6 deletions src/shared/Makefile.am
Expand Up @@ -63,13 +63,8 @@ $(REVISION_FILE) : $(top_builddir)/src/tools/genrevision/genrevision FORCE
$(top_builddir)/src/tools/genrevision/genrevision $(top_srcdir)

## Additional files to include when running 'make dist'
# Disabled packet logger
EXTRA_DIST = \
PacketLog.cpp \
PacketLog.h

# System configuration
EXTRA_DIST += \
EXTRA_DIST = \
SystemConfig.h

# System Win32 files
Expand Down
157 changes: 0 additions & 157 deletions src/shared/PacketLog.cpp

This file was deleted.

46 changes: 0 additions & 46 deletions src/shared/PacketLog.h

This file was deleted.

2 changes: 1 addition & 1 deletion src/shared/revision_nr.h
@@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "10356"
#define REVISION_NR "10357"
#endif // __REVISION_NR_H__

0 comments on commit 0d0f055

Please sign in to comment.